/* Bootstrap compatibility (#13, 7/56) */
.vsys-spinner.modal {
  width: 33vw;
  left: 33vw;
  height: fit-content;
  border-radius: 5px;
  margin: 0;
  display: none;
}
textarea, .signatureCapture, 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 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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 .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, .signatureCapture, 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 {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

label {
  display: block;
}
.dataTables_filter input[type="search"] {
  
  
}

.dataTables_length select {
  height: initial;
}
input,textarea,.signatureCapture,.uneditable-input {
  width: 206px
}
input[type="file"] {
  height: 30px;
  line-height: 30px;
}
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"] {
  width: auto
}
input[type="file"] {
  border-radius: 4px;
}
.alert-error {
  background: red;
  color: white;
  font-weight: bolder;
  padding: 10px;
  margin-bottom: 5px;
}
.alert-error .close {
  color: white;
  opacity: 1;
}
.ui-dialog .ui-dialog-titlebar-close {
  color: black;
}

/* built-in site template (Two column, right sidebar with collapse) */
.none-of-none { display: none; } 
b, strong {
  font-weight: bold;
}
a {
  color: #00a6eb;
}
i {
  font-style: italic;
}
#page-header nav ul li a {
  border-color: rgba(0,0,0,0);
}
#nav ul li a {
  color: white;
}
.container {
  width: 95%;
}
body {
  overflow-x: hidden;
}
.blocks .one {
  background: #1a3665;
}
.button {
  background: #1a3665;
}
.button-smaller {
  padding: 0.5em 2.25em 0.5em 2.05em;
}
.button-smaller:before {
  content: none;
} 
#header-wrapper {
  background: #1a3665;
}
.dropotron {
  background: #1a3665;
  background: rgba(26, 54, 101, 0.9);
}
#banner .captions {
  background: #1a3665;
  background: rgba(26, 54, 101, 0.9);
}
#navPanel .link {
  white-space: nowrap; 
}
#search form:before {
  background: #1a3665;
}
#content section header, #content article header {
  border-top: solid 7px #1a3665;
}
#sidebar section header {
  border-top: solid 7px #1a3665;
}
section header, article header {
  border-top: solid 5px #1a3665;
}
#titleBar {
  background: #1a3665;
}
#titleBar .title h1 {
  color: #FFFFFF;
}
.blocks .one:hover {
  background: #89c1d2;
}
.button:hover {
  background: #89c1d2;
}
.button-no-hover:hover {
  background: #1a3665;
}
.button-no-highlight:before {
  content: none !important;
}
.blocks .two {
  background: #777777;
}
.blocks .two:hover {
  background: #9cca10;
}
em {
  font-style: italic !important;
}
ol, ul {
  list-style: initial;
  margin-bottom: initial;
}
ol {
  list-style-type: decimal;
}
ul.dropotron {
  list-style: none !important;
}
ol li, ul li {
  margin: initial; padding: initial;
}
.application-availability-date-day-label {
  min-width: 7em;
  font-weight: bold;
  text-align: right;
}
.application-availability-date-day-label::after {
  content: ":";
}
div.vsys-form-actions input.btn {
  background: #1a3665;
  color: #FFFFFF !important;
}
div.vsys-form-actions input.btn:hover {
  background: #89c1d2;
  outline: 2px solid #FFFFFF;
  outline-offset: -6px;
}
div.vsys-form-actions {
  clear: both; 
}
a.bubble-top:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#page-header #logo {
  float: initial; 
}
#sign_in_form label[for='userid']:after {
  content: " (e-mail address):";
}
#sign_in_form label[for='password']:after {
  content: ":";
}
div#user-account-fields:before {
  content: "Use your e-mail address to create your account below.";
  font-style: italic;
}
#user-account-fields label[for="user_account_user_id"]:after {
  content: " (e-mail address):";
}
#user-account-fields label[for="user_account_user_id_confirmation"]:after {
  content: " (e-mail address):";
}
a.anywhere-hyperlink:not(.button), .datatable-container td a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  margin: 4px 8px 4px 4px;
  outline: none;
}
.datatable-container td:not(:first-of-type) a {
  margin-left: 0;
}
a.anywhere-hyperlink:hover:not(.button), .datatable-container td a:hover {
  background: #ffff002e;
}
.qtip-content a.anywhere-hyperlink:hover:not(.button) {
  border-top: none;
}
.btn a.anywhere-hyperlink, .btn a.anywhere-hyperlink:hover {
  border: none !important;
  text-decoration: none !important;
}
.qtip-content a.anywhere-hyperlink {
  display: inline-block;
  margin-top: 5px;
}
.qtip-content a.anywhere-hyperlink.button { 
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em 1.5em;
}
.gm-style a.anywhere-hyperlink.button { 
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em 1.5em;
}
.datatable-container a.fc-day-number, .datatable-container a.fc-day-number:hover, .datatable-container .fc-day-header a, .datatable-container .fc-day-header a:hover {
  border-bottom: none;
  border-top: none;
}
.tool-body {
  width: 100%;
}
.ui-dialog-titlebar, .ui-widget-header {
  background: #1a3665;
  color: white;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none;
  text-decoration: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after { 
  content: '\f00d';
  text-decoration: none;
  font: normal normal normal 14px/1 FontAwesome;
  color: red;
  position: relative;
  top: -0.15em;
}
#footer-wrapper {
  padding: 0;
}
.complex-editor-form select.application-field-combo {
  border-radius: 5px;
}
.complex-editor-field-line, .application-field-combo, .application-field-checkbox, .application-field-checklist, .tool-body {
  max-width: 100%;
}
.application-field-checklist > .controls > div {
  max-width: 100%;
}
.complex-editor-field-line > div.string > .controls > input.string { 
  max-width: 100%;
}
.complex-editor-field-line > div.text > .controls > textarea {
  max-width: 100%;
}
.popupeditor-modal-container .complex-editor-form .complex-editor-field-line:first-of-type .application-field-checkbox {  
  padding-top: initial;
}
button.ui-multiselect {
  max-width: 100%;
}
.complex-editor-form input.numeric {
  text-align: right;
  width: auto;
}
.complex-editor-form-actions button.btn, .complex-editor-form-actions a.btn, .online-training-button, .password-reset-send-button,
  p.buttonWrapper a, 
  button.btn[actionbutton="1"], 
  .query-field-wrapper button.btn  {
    width: auto !important;
  padding: 1.2em 2.8em;
  margin-right: 10px;
  background: #1a3665;
  color: #FFFFFF;
  text-shadow: none;
  border-radius: 10px;
  box-shadow: none;
  font-size: 1.1em;
  font-family: "Open sans",sans-serif;
}
.complex-editor-form-actions a.btn {
  font-size: 1em; 
  text-decoration: none;
}
.complex-editor-form-actions button.btn a {
  color: white;
  text-decoration: none;
}
.password-reset-send-button {
  margin-top: 1em;
}
.password-reset-send-button input { 
  display: none;
}
.anywhere-tool-instructions-container {
  padding: 0;
  margin-bottom: 5px;
}
.main-row > div:first-of-type { 
  padding-top: 0;
}
.main-row > div.x4u, .main-row > div.x8u { 
  padding-top: 0;
}
.VOXIHTMLBlock:first-of-type {
  padding-top: 0;
}
#content .dataentry-simple-tool-container, #content .datatable-simple-tool-container {
  padding: 5px;
}
.applications-block select {
  width: auto;
}
div.ui-dialog.ui-widget-content {
  width: auto !important; 
  max-width: 90vw; 
}
.tool-itemslist-error {
  color: red;
}
.tool-itemslist-comments {
  font-style: italic;
}
.tool-itemslist-caption0-link2 {
  font-size: initial;
  font-variant: initial;
}
.tool-itemslist-caption0-link2 a, .tool-itemslist-caption0-link2 a:hover {
  padding-right: 0;
  border : none;
}
div.ui-widget-content.ui-multiselect-menu {
  height: initial !important;
}
span.title > h1 {
  white-space: nowrap;
}
div.ui-dialog[aria-describedby*='popupeditor_any_agreements'] button.ui-dialog-titlebar-close {
  display: none;
}
div.agreementunderlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(60,60,60,.7);
  z-index: 50;
}
a.nowrap {
  white-space: nowrap;
  padding-right: 0.5em;
}
#toast-container > div {
  opacity: 1;
}
.application-field-checkbox.anywhere-checkbox-pushdown {
  margin-top: 2.5em;
}
.datatable-refresh {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
}
.dashboard-float .datatable-refresh {
  font-size: 1.5em;
  right: 1em;
}
div.list-view-block {
  position: relative;
}
.dashboard-float {
  display: inline-block;
  width: 600px;
  padding-right: 30px;
}
.dashboard-float .dataTables_info {
  padding-top: 0 !important;
}
.select2-container--default .select2-selection--single, select2-container--default .select2-selection--multiple {
  min-height: 3.5em !important;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single {
  min-height: 3.5em !important;
}
.popupeditor .select2-container .select2-selection--multiple, .popupeditor .select2-container .select2-selection--single {
  min-height: 3em !important;
}
.select2-container:focus, .select2-container:focus-within {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.complex-editor-form-actions-top {
  width: 95vw;
  text-align: right;
  padding-right: 10em;
}
.complex-editor-form-actions-top-wrapper {
  height: 0;
  position: relative;
  top: -5em;
}
i.actionbutton-fa, svg.actionbutton-fa {
  margin-left: 0.5em;
}
.xfa15x {
  font-size: 1.5em;
}
input[type=text], input[type=password], input[type=number], select, textarea, input[type=text]:focus, input[type=password]:focus,  textarea:focus {
  background-color: initial;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  padding: 0.670em;
}
input.string[readonly=readonly] { 
  width: fit-content;
}
.chosen-container-multi .chosen-choices, form button.ui-multiselect {
  background: none;
}
.popupeditor-modal-container .complex-editor-form .application-field-checkbox.searchbutton:not(.smaller-search-button) {
  padding: 1.2em 3em; 
}
button[onclick*='&quot;save&quot;'] {
  background-color: yellow;
}
.complex-editor .query-field-wrapper button.btn { 
  padding: 0.4em 2em;
}
.complex-editor .query-field-wrapper button.btn:after { 
  content: '\f002';
  text-decoration: none;
  font-family: FontAwesome;
}
.popupeditor-container .complex-editor-form .complex-editor-field-line .control-group {
  margin-bottom: 5px;
}
.complex-editor-form .complex-editor-field-line {  
  display: inline-block;
  position: relative;
}
.complex-editor-field-line-as-button {
  margin-right: 0;
} 
.complex-editor-field-line .toolfield-tooltip-text {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  padding: 5px 1em 5px 1em;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: -5px;
  position: absolute;
  white-space: pre;
}
.complex-editor-field-line div:hover > .toolfield-tooltip-text {
  visibility: visible; opacity: 1;
}
.complex-editor-field-line div:focus-within > .toolfield-tooltip-text {  
  visibility: hidden;
  opacity: 0;
}
.ui-widget-overlay {
  opacity: 0.50;
}
h3.generalerror {
  color: red;
  background-color: yellow;
}
h3.generalwarning {
  color: #460000;
  background-color: #ffff005c;
  font-size: 115%;
  font-weight: bold;
}
h3.nomargin {
  margin-bottom: 0;
}
a.anywhere-tool-helplink {
  display: none;
}
.block-container .dataTables_wrapper {  
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.dataTables_wrapper.no-footer .dataTables_info {
  display: none;
}
.createbutton {
  background-color: green;
}
.createbutton:focus {
  color: #FFFFFF;
  font-weight: bold;
}
.filterbutton {
  background-color: #056905;
}
.filterbutton:focus {
  color: #FFFFFF;
  font-weight: bold;
}
.filterbutton:after {
  content: none;
}
form a.anywhere-hyperlink-button {
  margin-right: 10px;
  font-size: 1.1em;
}
h1.tool-error {
  color: #860808;
}
button.ui-dialog-titlebar-close::after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00d";
  position: relative;
  top: -2px; 
}
.ui-multiselect-menu.ui-widget, button.ui-multiselect.ui-widget {
  width: auto !important;
}
.no-padding-voxiblock {
  padding: 0;
}
.signup-conflict-err {
  color: red;
}
.signup-waitlist {
  color: purple;
}
h1.signup-conflict-err, h1.signup-waitlist {
  margin: 0;
}
.fc-head .ui-widget-header a, .fc-list-heading .ui-widget-header a {  
  color: inherit;
}
.popupeditor-details-tightspacing p {
  margin-bottom: auto;
}
.complex-editor-form-actions button[data-tool-action="cancel"][data-disable-with*="cancelaction"] {
  background: maroon;
}
.complex-editor-form-actions button[data-tool-action="save"][data-disable-with*="saveaction"],
.complex-editor-form-actions button[data-tool-action="savestay"][data-disable-with*="savestayhereaction"],
  #save-button-magic, #save2-btn, #save2stay-btn {
  background: #004000;
}
.complex-editor-form-actions button.btn[disabled="disabled"] {
  border-color: gray !important;
  transform: scale(0.9);
}
.complex-editor-form-actions button.btn[disabled="disabled"]:hover {
  background: #9e9e9e3d !important;
}
.hours-list-virtual-hour {
  font-style: italic;
  color: green;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 0;
}
.footer-copyright-button {
  text-align: center;
}
.job-activities-count-label {
  margin-top: 10px;
  font-weight: bold;
}
.job-activities-record-type-label {
  font-weight: bold;
}
a.live-permalink {
  padding: 5px;
  margin: 5px 0;
  background: palegoldenrod;
  display: block;
}
p.button-move-to-popup-actions {
  display: inline-block;
}
.complex-editor-form-actions button.btn.green-button, .complex-editor-form-actions a.btn.green-button, p.buttonWrapper a.green-button, .green-button, .green-button a {
  background-color: #024a02;
  color: white;
  text-decoration: none;
}
.complex-editor-form-actions button.btn.green-button:hover, .complex-editor-form-actions a.btn.green-button:hover, p.buttonWrapper a.green-button:hover, .green-button, .green-button:hover, .green-button a:hover {
  background-color: #024a02;
  color: white;
}
.apply-button:after {
  content: '\f138';
  text-decoration: none;
  font: normal normal normal 1.5em/0 FontAwesome;
  padding-left: 0.5em;
  position: relative;
  top: 2px;
}
.qtip-content a.anywhere-hyperlink.button.green-button2, .qtip-content a.anywhere-hyperlink.button.green-button2:hover, 
.gm-style a.anywhere-hyperlink.button.green-button2, .gm-style a.anywhere-hyperlink.button.green-button2:hover { 
  background-color: #024a02;
  color: white;
  display: block;
  width: fit-content;
}
.datatable-container a.anywhere-hyperlink.green-button2, .datatable-container a.anywhere-hyperlink.green-button2:hover,
table.dataTable a.anywhere-hyperlink.green-button2, table.dataTable a.anywhere-hyperlink.green-button2:hover {
  background-color: #024a02;
  color: white;
  display: block;
  width: fit-content;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0.5em 1.5em;
  border: none;
}
.createbutton:after {
  content: '';
}
a.createbutton, a.filterbutton {
  border-radius: 10px;
}
@media screen and (min-width: 737px) {
  #page-header nav ul li a.arrow:after {
    content: "\f0da";
    font-family: fontawesome;
    position: relative;
    left: 0.5em;
    border: none;
    top: 0;
    right: 0;
  }
  .dropotron a:hover:before {
    content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    left: 5px;
  }
}
#sign_in_form input.btn {
  font-family: FontAwesome, Helvetica, Arial, sans-serif;
}
.anywhere-tool-separate-results-block {
  padding: 0;
}
.anywhere-tool-filters-block-parent {
  padding: 0 0;
}
@media screen and (max-width: 800px) {
  .anywhere-tool-filters-block-parent {
    padding: 0 5px;
  }
}
.anywhere-tool-filters-block-parent .complex-editor-form {
  overflow: hidden !important;
}
.complex-editor-form .complex-editor-field-line-multi .control-group {
  display: inline-block; 
}
.complex-editor-form .complex-editor-field-line-multi label.application-field-checkbox {
  display: inline-block; 
}
.complex-editor-field-line-multi label.control-label {
  margin-right: 10px; 
}
.paired-field-extra {
  font-size: 90%;
  font-style: italic;
}
.paired-field-follower {
  font-size: 90%;
  font-style: italic;
}
.paired-field-extra:before, .paired-field-follower:before {
  content: "(";
}
.paired-field-extra:after, .paired-field-follower:after {
  content: ")";
}
.complex-editor-field-line-multi {
}
div.flash-row > div { 
  padding: none;
}
.boolean-required .label-inner abbr {
  display: none;
}
.boolean-required .label-inner {
  font-weight: bold;
  border-bottom: 2px solid #0088cc75;
}
.boolean-required .label-inner:after {
  content: '\f060';
  text-decoration: none;
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  color: red;
  position: relative;
  top: -0.35em;
}
label.application-field-checkbox span.label-inner, label.application-field-checkbox input[type="checkbox"] {
  margin-bottom: 0;
}
div.complex-editor-field-line.me-width-100 {
  width: 100%;
}
.time-distance-units-edit {
  margin-left: 10px;
  padding: 0.85em;
}
div.complex-editor-field-line-multi {
  margin-top: 5px;
  margin-right: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 8px !important;
  border: 1px solid #8080802b;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close:focus {
  outline: 0;
}
span.example-button {
  font-variant: small-caps;
  border: 1px solid green;
  white-space: nowrap;
  padding: 2px 6px;
  transition: 250ms;
  border-radius: 5px
}
span.example-button:hover {
  background: green;
  color: white;
}
.complex-editor-field-line.complex-editor-field-line-full-width {
  width: 100%;
}

/* site global settings = VSys Live site --> CSS settings */
#header-wrapper {
  background: none;
}
body, #footer-wrapper {
  background-color: rgb(18, 95, 160);
}
#page-header h1 {
  color: black;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
}
#page-header nav ul li.active a, #page-header nav ul li:hover a {
  background: none;
  background: #fff;
  color: #125fa0;
}
#nav ul li.nochildren a:hover, #nav > ul > li.active a:hover {
  border-bottom: none;
}
#page-header nav ul li a {
  border: none;
  color: #125fa0;
  padding-right: 1em;
}
ul.dropotron {
  background: #fff;
  color: #125fa0;
  border-radius: 4px;
}
.dropotron.level-0 {
  margin-top: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
}
#nav li a, nav li a:hover, .dropotron li a, .dropotron li a:hover {
  background: #fff;
  font-size: 1.3em;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  color: rgb(18, 95, 160);
  text-decoration: none;
  min-width: 64px;
  text-align: center;
  border-radius: 4px;
}
input[type=text], input[type=password], input[type=number], select, textarea {
  background: none;
}
#copyright {
  border: none;
}
div.vsys-form-actions input.btn, input.btn {
  background: #f2b000;
  text-decoration: none;
  color: white;
}
div.vsys-form-actions input.btn:hover, input.btn:hover {
  background: #ca9300;
  outline: none;
}

/* Login block - general (#0, 1/56) */
#sign-in-block-container {
  text-align: center;
}
#sign-in-block-container > .row {
  display: inline-block;
}
#sign_in_form .sign_in_button a[href="/resetpassword"] {
  display: none;
}

/* Button icons (#2, 2/56) */
.action-caption-with-imageicon {
  margin-right: 2.5em;
}

span.action-caption-with-imageicon img {
  max-height: 3em;
  margin-left: 1em;
  top: -0.6em;
  position: absolute;
}

/* Bootstrap modal fixup (#4, 3/56) */

.modal-scrollable > .modal.hide {
  display: none !important;
}

/* Accordion display (#6, 4/56) */
.ui-accordion .ui-accordion-header.ui-state-active {
  border: 1px solid #1a3665 !important;
  background: #1a3665 !important;
  color: #FFFFFF !important;
}
.ui-accordion .accordion-fieldgroup-header.ui-state-active {
  background: black !important;
  border: 1px solid black !important;
  color: white !important;
}
.ui-accordion .accordion-fieldgroup-header {
  margin-top: 10px !important;
}
.ui-accordion-fieldgroup .control-label {
  margin-bottom: 0 !important;
}
.ui-accordion-fieldgroup .ui-accordion-content {
  background: #f7f7f76b;
  padding-right: 0;
  width: 100%;
}
div.ui-noaccordion-fieldgroup {
  background: #f7f7f76b;
  border-radius: 3px;
  border: 1px solid #80808033;
  border-top: none;
}
div.ui-noaccordion-fieldgroup > div {
  padding: 0.5em 0.5em;
}
div.ui-noaccordion-fieldgroup input, div.ui-noaccordion-fieldgroup textarea {
  background-color: white;
}
.ui-noaccordion-fieldgroup h3 {
  display: block;
  margin-top: 10px !important;
  padding: .5em .5em .5em .7em;
  margin: 2px 0 0 0;
  font-size: 100%;
  font-weight: bold;
  background: #f6f6f6;
  border-radius: 3px;
  color: black;
  border-top: 1px solid #80808033
}
img.ui-noaccordion-fieldgroup-icon {
  max-height: 2.5em;
  float: right;
  position: relative;
  top: -1em;
  right: -0.5em;
}
@media screen and (max-width: 800px) {
  img.ui-noaccordion-fieldgroup-icon {
    max-height: 2em;
  }
}

/* VSys Live applications - highlighting (#9, 5/56) */
.application-form input.required,
.application-form textarea.required,
.application-form select.required,
.application-field-text.required,
.application-field-date.required,
.application-field-number.required,
#user_account_password_confirmation,
#user_account_passworxd_confirmation,
#user_account_password,
#user_account_passworxd,
#user_account_user_id_confirmation,
#user_account_user_id,
.select.required button,
div.required multiselect button,
.complex-editor-form select.required~button,
.complex-editor-form input.required,
.complex-editor-form textarea.required {
  box-shadow: 0 0 0 2px 255 inset;
}
.application-form input.required:focus,
.application-form textarea.required:focus,
.application-form select.required:focus,
.application-field-text.required:focus,
.application-field-date.required:focus,
.application-field-number.required:focus,
#user_account_password_confirmation:focus,
#user_account_passworxd_confirmation:focus,
#user_account_password:focus,
#user_account_passworxd:focus,
#user_account_user_id_confirmation:focus,
#user_account_user_id:focus,
select.simple-select[required="required"] + span.select2-container,
.application-form select.multiselect[required="required"] + button.ui-multiselect,
.application-form select.application-field-combo[required="required"] {
  box-shadow: 0 0 0 2px 255;
  margin-left: 2px;
}
select[required="required"],
select.required + .chosen-container .chosen-single, select[required="required"] + .chosen-container .chosen-single,
select.required + .chosen-container .chosen-choices, select[required="required"] + .chosen-container .chosen-choices {
  box-shadow: 0 0 0 2px 255 inset;
}
#user_account_password,
#user_account_password_confirmation,
#user_account_passworxd,
#user_account_passworxd:focus,
#user_account_passworxd_confirmation,
#user_account_user_id,
#user_account_user_id:focus,
#user_account_user_id_confirmation,
.application-field-date.required,
.application-field-number.required,
.application-field-text.required,
.application-form input.required,
.application-form select.application-field-combo[required="required"]
.application-form select.multiselect[required="required"] + button.ui-multiselect,
.application-form select.required,
.application-form textarea.required,
.complex-editor-form input.required,
.complex-editor-form select.required~button,
.complex-editor-form textarea.required
.custom_app_dynamic_field,
.select.required button,
div.required multiselect button,
textarea.required,
select.simple-select[required="required"] + span.select2-container,
.application-field-.advselectmode[required="required"] + span.select2-container,
div.custom_app_dynamic_field .application-field-checklist[required] button.ui-multiselect
{
  background: rgba(255, 255, 0, 0.25);
}
select[required="required"],
select.required + .chosen-container .chosen-single, select[required="required"] + .chosen-container .chosen-single,
select.required + .chosen-container .chosen-choices, select[required="required"] + .chosen-container .chosen-choices {
  background: rgba(255, 255, 0, 0.25) !important;
}
div.required abbr {
  display: none;
}
.application-form div .control-label.required-expanded-combo::after, 
.app-expanded-checklist-title-label.required-expanded-checklist::after, 
.app-required-html-label::after { 
  color: red;
  color: #FF0000;
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  content: "\f069";
  padding-left: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.application-form div .application-field-checkbox .checkbox-required::before { 
  color: red;
  color: #FF0000;
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  content: "\f069";
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
}

/* Various datatables (#12, 6/56) */
.tablesorter-blue th {
  background-color: #1a3665;
  color: white;
  text-shadow: none;
  font-weight: initial;
}
.tablesorter th a {
  color: white;
  text-decoration: none;
}
.tablesorter th a:hover {
  text-decoration: underline;
}
.dataTables_length select {
  width: auto;
  padding: 4px 6px;
}
.dataTables_filter {
  float: right;
  margin-right: 10px;
}
.dataTables_length {
  float: right !important;
}
.dataTables_filter input {
  margin-left: 5px;
}
.dataTables_paginate,
.dataTables_info {
  margin-bottom: 1em;
}
table.dataTable.datatable-asynch { 
  width: 100% !important;
}
.tool-body table.dataTable th {
  vertical-align: bottom;
  text-align: left;
  border-radius: 0px;
  padding: 4px 17px 4px 4px !important;
}
.dataTables_paginate a.paginate_button.disabled {
  display: none;
}
table.dataTable .nowrap {
  white-space: nowrap;
  overflow-x: hidden;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background: none !important;
  padding-left: 0.2em !important;
  border-radius: 0;
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
  font-family: "Font awesome 6 Pro";
  font-size: 125%;
  font-weight: 100;
  position: relative;
  left: -0.1em;
}
table.dataTable thead .sorting_asc:before {
  content: '\f062';
}
table.dataTable thead .sorting_desc:before {
  content: '\f063';
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  background: none !important;
  background-repeat: no-repeat !important;
  background-position-x: -1000px !important;
}
.dataTables_scrollBody tr.list-view-block-table-row .sorting_desc::before,
.dataTables_scrollBody tr.list-view-block-table-row .sorting_asc::before {
  content: none; 
}
div.DTS div.dataTables_scrollBody {
  background: none !important;
}
div.dt-buttons { float: right !important; }
div.datatable-with-refresh div.dt-buttons {
  margin-right: 2.2em;
}
.datatable-no-horiz-scroll .dataTables_scrollBody {
  overflow-x: hidden !important;
}
.datatable-no-header thead,
.datatable-no-header .dataTables_scrollHead {
  display: none;
}
.datatable-no-header-tight {
  margin-top: -1.5em;
}
.datatable-no-header .dataTables_scrollBody {
  margin-top: 1em !important;
}
.datatable-no-header table {
  margin-top: 1em !important;
  border-bottom: none !important;
}
.datatable-header-title {
  position: absolute;
  left: 0;
  top: 0;
}
.datatable-header-icon {
  float: left;
}
.datatable-header-text {
  float: left;
  margin-left: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  top: 0.4em;
}
.datatable-no-header.datatable-with-header-title table { 
  margin-top: 2.2em !important;
}
.dataTables_scrollBody.dataTables_empty {
  height: 5px !important;
}
.dataTables_scrollBody.dataTables_empty table {
  display: none;
}
.dataTables_scrollBody .dts_label { 
  display: none;
}
.dt-buttons.dataTables_empty {
  display: none;
}
.dataTables_filter.dataTables_empty {
  display: none;
}
.dataTables_filter input[type="search"] {
  margin-left: 0;
  width: 9em;
}
table.datatable-asynch {
  table-layout: auto;
}
.datatable-asynch th {
  width: auto;
}
button.dt-button.buttons-print,
button.dt-button.buttons-pdf,
button.dt-button.buttons-excel {
  padding: 0.2em 0.5em;
  font-size: 1em;
}
.datatable-asynch-loader {
  background-color: rgb(249, 249, 249);
  padding: 8px 4px 4px 4px;
  text-align: center;
  position: relative;
  top: 10px;
}
button.dt-button.buttons-print:before,
button.dt-button.buttons-pdf:before,
button.dt-button.buttons-excel:before {
 font-family: "Font awesome 6 Pro";
 font-weight: normal;
 font-style: normal;
 margin: 0 0 0 0;
 text-decoration:none;
 padding-right: 0.5em;
}
button.dt-button.buttons-print:before {
  content: '\f02f';
}
button.dt-button.buttons-pdf:before {
  content: '\f1c1';
}
button.dt-button.buttons-excel:before {
  content: '\f1c3';
}
table.dataTable.display.nostripe tr,
table.dataTable.display.nostripe td {
  background-color: white !important;
}
table.dataTable td.reorderx {
  text-align: initial !important; 
}
div.DTS table.datatable-wordwrap tbody th, div.DTS table.datatable-wordwrap tbody td,
div.dataTables_wrapper table.datatable-wordwrap td, div.dataTables_wrapper table.datatable-wordwrap th {
  white-space: normal;
}
div.DTS table.datatable-nowordwrap tbody th, div.DTS table.datatable-nowordwrap tbody td,
div.dataTables_wrapper table.datatable-nowordwrap td, div.dataTables_wrapper table.datatable-nowordwrap th {
  white-space: nowrap;
}
table.dataTable tr.row-unselected.row-selected td {
  background-color: #80808017 !important;
}
table.dataTable tr.row-unselected td:first-child {
  padding-left: 1.5em;
}
table.dataTable tr.row-unselected td:first-child:before {
  content: "\f0c8";
  font-size: 125%;
  font-family: "Font awesome 6 Pro";
  position: absolute;
  left: 0;
}
table.dataTable tr.row-selected td:first-child:before {
  content: "\f14a";
}
button.dt-button.buttons-actions,
button.dt-button.buttons-all,
button.dt-button.buttons-none  {
  padding: 0.2em 0.5em;
  font-size: 1em;
}
button.dt-button.buttons-actions:before,
button.dt-button.buttons-all:before,
button.dt-button.buttons-none:before {
  font-family: "Font awesome 6 Pro";
  font-weight: normal;
  font-style: normal;
  margin: 0 0 0 0;
  text-decoration: none;
}
button.dt-button.buttons-actions:before {
  content: "\f142";
  margin-right: 0.5em;
}
button.dt-button.buttons-all:before {
  content: "\f14a";
}
button.dt-button.buttons-none:before {
  content: "\f12d";
}
.datatable-selected-popup-content {
  display: none;
}
button.dt-button.buttons-actions:hover {
  overflow: visible;
}
.datatable-selected-popup-content ul {
  list-style: none;
}
button.dt-button.buttons-actions:hover:not(.disabled) .datatable-selected-popup-content {
  display: block;
  background: #fdfdfd;
  border: 1px solid #80808045;
  border-radius: 2px;
  padding: 5px 10px;
  text-align: left;
  position: absolute;
  right: 0;
  margin-top: 4px;
  z-index: 999;
}
.qtip.datatable-popup-qtip {
  margin-left: 2em;
}
@media (max-width: 800px), (max-device-width: 800px) {
  .dataTables_wrapper .dt-buttons {
        display: none;
  }
  .dataTables_wrapper .dataTables_filter {
    text-align: right !important;
  }
}
table.dataTable.display.nostripe tr.dtrg-group td,
table.dataTable tr.dtrg-group td { 
  color: black;
  background-color: #e0e0e01c !important;
  border-top: none;
  border-bottom: 1px solid #33333342;
  border-top: 10px solid white; 
}
table.dataTable.display.nostripe tr.dtrg-group td .anywhere-setup-option-item-desc img { 
  float: none;
}
.detail-create-button a.createbutton {
  margin-top: 0; 
}
.ui-noaccordion-fieldgroup div.datatable-container {
  margin-top: 5px !important; 
}
.datatable-top-holder {
  overflow: hidden; 
}
div.ui-noaccordion-fieldgroup .datatable-top-holder {
  overflow: initial; 
}
.dataTables_filter input[type="search"] {
  width: 12em;
  height: unset !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 1px solid gray;
  padding: 4px 6px !important;
}
.anywhere-hyperlink.list-view-hyperlink {
  margin: 0 !important;
}
.dataTable td .tool-link-break {
  display: block;
}

/* Various Select2 CSS (#14, 8/56) */
.select2-result-parent {
  font-weight: bold;
}
.select2-result-sub-parent {
  font-weight: bold;
}
.select2-result-level0 {
}
.select2-result-level1 {
  margin-left: 1.5em;
}
.select2-result-level2 {
  margin-left: 3em;
}
.select2-result-level3 {
  margin-left: 4.5em;
}
.select2-result-level4 {
  margin-left: 6em;
}
.select2-results__option {
  padding: 1px 6px !important;
  white-space: nowrap;
}
.select2-results__option[aria-selected="true"] {
  background-color: initial !important; 
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 3px;
  margin-top: 2px;
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: darkred;
  margin-right: 0;
}
.select2-results__option[aria-selected="true"] > span:after { 
  content: '\f00c';
  color: blue;
  font-family: "Font awesome 6 Pro";
  margin: 0 0 0 0.5em;
  font-weight: 400;
  font-size: 1rem;
}
.select2-results__option[aria-selected="true"] > span.undefined:after {
  content: ''; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important; 
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: initial !important;
  font-style: italic; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 0.5em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  margin-top: 1em;
}
.select2-container {
  min-width: 10em;
}
.select2-container--default .select2-results>.select2-results__options {
  overflow-x: hidden;
}
.application-field-checklist .select2-container { 
  width: auto !important;
  min-width: 20em;
  max-width: 100%;
}
select[required="required"] ~ .select2-container .select2-selection {
  box-shadow: 0 0 0 2px 255 inset;
}
select[readonly='readonly']+.select2 .select2-selection__clear {
  display: none;
} 
.select2-selection__clear { 
  font-size: 200%;
  color: maroon;
}
.select2-selection--single .select2-selection__clear { 
  left: -4px;
  margin-right: 0;
  float: none !important;
}
.select2-selection--multiple .select2-selection__clear { 
  position: absolute !important;
  right: 3px;
  top: 2px;
  margin: 0 !important;
  float: none !important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 30em !important;
}
.select2-all-link {
  right: 0;
  background-color: #fbf7f7;
  text-decoration: none;
  display: block;
  text-align: right;
}
.select2-all-link:hover {
  text-decoration: none;
}
.select2-all-link:after {
  content: "\f00c";
  text-decoration: none;
  font-family: "Font awesome 6 Pro";
  padding-left: 4px;
}
.select2-all-link:not(:first-of-type) {
  display: none;
} 
.select2-dropdown { 
  width: auto !important;
  min-width: 100%;
}
img.select2-item-icon {
  max-width: 2em;
  margin-right: 5px;
  vertical-align: middle;
}
.select2-result-inactive:not(li[aria-selected=true] span) {
  color: gray;
  font-style: italic;
}
.select2-result-inactive::after {
  content: '\f05e';
  font-weight: 100;
  font-family: "Font awesome 6 Pro";
  margin-left: 5px;
  font-style: normal;
  font-size: 0.75em;
}

/* ChartJS (#15, 9/56) */
.chartjs-chart-title {
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  width: 100%;
  margin-bottom: 0.2em;
}
.chartjs-chart-title a {
  text-decoration: none;
  margin: 0;
  color: initial;
}
.chartjs-chart-refresh {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
}
.chart-flow .chartjs-chart-refresh {
  font-size: 1.2em;
  right: 10px;
}
.chartjs-chart-loading img {
  margin: auto;
  display: block;
  position: relative;
  top: -10em;
}
.chart-flow {
  width: 90vw;
  max-width: 500px;
  display: inline-block;
  border: 1px solid gray;
}
.chart-50 {
  max-width: 45vw;
  min-width: 500px;
}
.chartjs-chart-firstload {
  cursor: pointer;
  display: block;
  font-size: 115%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  position: relative;
  top: -6em;
}

.chartjs-chart-loading i, .chartjs-chart-loading svg {
  font-size: 2rem;
  color: green;
}

.chartjs-reload {
  vertical-align: center;
  cursor: pointer;
}
.chartjs-reload-1 {
  font-size: 2em;
  color: darkblue;
}
.chartjs-reload-2 {
  color: #0000ff70;
}

/* Combo boxes as radio buttons (#16, 10/56) */



.combo-as-radio-wrap:first-of-type {
  margin-top: 10px;
}
.combo-as-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
}
.combo-as-radio-hidden { 
  display: none !important;
  opacity: 0;
}
.combo-as-radio+span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: none;
}

.combo-as-radio:checked+span:after, .combo-as-radio.with-gap:checked+span:before, .combo-as-radio.with-gap:checked+span:after {
  border: 2px solid #26a69a;
}
.combo-as-radio:not(:checked)+span:before, .combo-as-radio:checked+span:before,.combo-as-radio.with-gap:checked+span:before ,
.combo-as-radio:not(:checked)+span:after, .combo-as-radio:checked+span:after, .combo-as-radio,with-gap:checked+span:after {
  border-radius: 50%;
}
.combo-as-radio:checked+span:before {
  border: 2px solid transparent;
  background: #26a69a;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.combo-as-radio+span:before  {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}
.combo-as-radio.with-gap:checked+span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.combo-as-radio:checked+span:after, .combo-as-radio.with-gap:checked+span:after {
  background-color: #26a69a;
}
.combo-as-radio:checked+span:after, .combo-as-radio.with-gap:checked+span:before, .combo-as-radio.with-gap:checked+span:after {
  border: 2px solid #26a69a;
}
.combo-as-radio:checked+span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.combo-as-radio:not(:checked)+span:before, .combo-as-radio:not(:checked)+span:after {
  border: 2px solid #5a5a5a;
}


.radio-button > input {
  display: none;
} 

p.combo-as-radio-wrap-same-line + p:not(.combo-as-radio) {
  display: none;
}
.combo-as-radio-wrap-wrapper {
  display: flex;
  flex-wrap: wrap;
  
}
.combo-as-radio-wrap-wrapper .combo-as-radio-wrap:first-of-type {
  margin-top: 0;
}

/* Checklists as checkboxes (#17, 11/56) */



.checklist-as-checks-hidden { 
  display: none !important;
  opacity: 0;
}
div.expanded-checklist-container-multi {
  display: flex;
  flex-wrap: wrap;
}
div.expanded-checklist-container-multi p.checklist-as-checkbox-wrap {
  margin-right: 3em;
}

/* File upload tool (#24, 12/56) */

button[data-purpose="remove-fileupload"] {
  background-color: red;
  padding: 2px 5px;
}
button[data-purpose="remove-fileupload"] > svg {
  display: none;
}
button[data-purpose="remove-fileupload"]::after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f00d";
}
.fileupload_status.highlight {
  width: auto !important;
}

/* VSys Anywhere complex editor positioning (#32, 13/56) */
.complex-editor-form-tall {
  min-height: 75vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.complex-editor-form-center {
  text-align: center;
}
.complex-editor-form-center-just-tool {
  text-align: initial;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: flex-end;
}
.complex-editor-form-center-just-tool > div {
  width: fit-content;
}
.complex-editor-wrapped-block-container-tight {
  padding: 0;
  margin: 0;
}
.complex-editor-wrapped-block-container-tight .row {
  margin-bottom: 10px;
}
.complex-editor-wrapped-block-container-tight-row {
  margin-bottom: 10px;
}

/* VSys Anywhere floating save (#34, 14/56) */
@keyframes save-float-pulse {
  0% { }
  50% { background: #307b94; color: #fffd00; }
  100% { }
}
#save-float-box {
  position: fixed;
  right: 10px;
  bottom: 5em;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
#save-float-box.hidden-save-button {
  display: none;
}
#save-float-btn, #save-stay-float-btn {
  background: #004000;
  color: white;
  border: none;
  align-self: flex-end;
  margin-top: 5px;
  animation: save-float-pulse 3s infinite ease-out;
}
#save-float-btn:hover, #save-stay-float-btn:hover {
  color: white;
  box-shadow: none;
}
#save-float-btn:focus, #save-stay-float-btn:focus {
  outline: none;
}

/* Volunteer request applications (#36, 15/56) */
.vreq-application-instructions {
  padding: 0;
 }
.vreq-application-title {
  font-weight: bold;
  font-size: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vreq-application-unavailable-message {
  padding: 0;
}
.vreq-unavailable-message {
  font-weight: bold;
  font-size: 2rem;
  color: darkred;
  margin-bottom: 1em;
}

/* Online training elements (#44, 16/56) */

.online-training-content-title {
  margin-bottom: 5px;
  text-decoration: underline;
  font-weight: bold;
}
.online-training-content h3 {
  margin-bottom: 5px;
}
.online-training-content h4 {
  margin-bottom: 0;
  text-decoration: underline;
}
.online-training-cant-advance-wrong-answer {
  background-color: yellow;
  font-weight: bold;
  border: 3px solid red;
  margin: 5px;
  padding: 5px;
}


.online-training-field-caption {
  font-size: 1rem;
}
.online-training-question-radio-span {
  font-size: 1rem;
}
[class*="online-training-question-label-0"]:not([class*="online-training-question-label-0-0"]):before {
    content: "";
    display: block;
    border-top: 1px solid gray;
    height: 20px;
    width: 2000px;
    position: relative;
    left: -10px;
}
[class*="online-training-question-label"]:not([class*="online-training-question-label-0"]):before {
    content: "";
    display: block;
    border-top: 1px solid #80808040;
    height: 5px;
    width: 50vw;
    position: relative;
    left: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.online-training-results {
  font-size: 115%;
}
.online-training-results li {
  margin-bottom: 5px !important;
}

.online-training-button {
  margin-top: 10px;
}
.online-training-start-button {
  background: green;
}
.online-training-cancel-button {
  background: red;
}
.online-training-button input { 
  display: none;
}
.online-training-hidden-button {
  display: none;
}
.online-training-field ul {
  margin: 0 0 10px 25px;
  list-style: initial;
}
.online-training-pass-message, .online-training-fail-message, .online-training-too-fast-message {
  font-size: larger;
  font-weight: bold;
}
.online-training-fail-message, .online-training-too-fast-message {
  color: red;
}

.online-training-content-user-content-default {
  font-size: 1rem;
}

.online-training-question img {
  max-width: 75vw;
  max-height: 75vh;
}
.online-training-content-quiz-item-accessible-alt {
  display: none;
}

.online-training-unauth-complete, .online-training-unauth-app-fail {
  font-size: 150%;
  font-weight: bold;
}
.online-training-unauth-app-fail {
  color: red;
}
a.online-training-unauth-app-redir-button {
  color: black !important;
}

.online-training-presentations-block-container > div > h4 {
  display: none;
}

/* Online training results (#45, 17/56) */
.online-training-result-that-was-wrong {
  color: red;
  font-weight: bold;
  margin: 0 0.5em;
}
.online-training-result-that-was-wrong::before {
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  font-size: 2rem;
  margin-right: 10px;
  content: "\f057";
}
.online-training-result-right-answer {
  font-variant: small-caps;
  font-size: 1.2rem;
}
.online-training-result-answer {
  font-variant: small-caps;
  font-size: 1.2rem;
}
.online-training-result-that-was-right {
  font-weight: bold;
  color: darkgreen;
  margin-left: 0.2em;
}
.online-training-result-that-was-right::before {
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  font-size: 2rem;
  margin-right: 10px;
  content: "\f2f7";
}
.online-training-result-question {
  margin-right: 0.2em;
  font-size: 1.2rem;
}
.online-training-results-list > tr > td {
  display: table-cell;
  padding: 0.5em;
}
.online-training-result-head {
  font-weight: bold;
  border-bottom: 1px solid black;
}
.online-training-result-head > td {
  padding-bottom: 5px;
}

/* Survey styling (#56, 18/56) */
div[id*=any_live_survey] .combo-as-radio+span:before, .combo-as-radio+span:after {
  width: 2.1em;
  height: 2.1em;
}
div[id*=any_live_survey] label.required {
  font-weight: bold;
}
div[id*=any_live_survey] label.required:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  color: red;
}
div[id*=any_live_survey] label.required abbr {
  display: none;
}
@media (min-width: 801px) {}
  div[id*=any_live_survey] .combo-as-radio+span {
      padding-top: 10px;
      padding-left: 3em;
  }
}
div[id*=any_live_survey] .combo-as-radio-wrap:first-of-type {
  margin-top: 0;
}
div[id*=any_live_survey] ol li, div[id*=any_live_survey] ul li {
  margin-left: 3em;
}
.appIcon.live-survey-icon, appImage.live-survey-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 7em;
  max-width: 7em;
  margin-top: 0;
}
.complex-editor.survey-completion-block {
  font-size: 1rem;
}

/* Froala HTML editing (#58, 19/56) */
.fr-view datafield, .fr-box datafield {   
  background: yellow;
  font-family: 'Courier-new', Courier, monospace;
  outline: 1px solid red;
}

textarea.fr-code {
  font-size: 12px;
}
div.mergeField-draggable-holder {
  max-width: 30em;
  white-space: nowrap;
  overflow: hidden;
  top: 2em;
  position: relative;
  padding: 5px;
  border: 1px solid black;
  border-radius: 5px;
  background: yellow;
}

.mergeField-draggable-new {
  position: relative;
  left: 0.2em;
  cursor: move;
  font-variant:small-caps;
}

.mergeField-draggable-new:before {
  content: "\f245";
  font-family: FontAwesome;
  font-size: 140%;
  position: relative;
  top: 0.2em;
  left: -0.2em;
}


.mergeField-draggable {
  border: 1px solid black;
  border-radius: 5px;
  position: relative;
  top: 2.3em;
  left: 0.2em;
  background: yellow;
  padding: 1em  0.2em 1em 1em;
  cursor: move;
  font-family: 'Courier-new', Courier, monospace;
  margin-top: 1em;
}

.mergeField-draggable:before {
  content: "\f245";
  font-family: FontAwesome;
  font-size: 140%;
  position: relative;
  top: 0.2em;
  left: -0.2em;
}


<!---

div.block-container div.row:not(.constrained-width-row) .froala-complex-editor {
  min-width: 90vw;
}


.popupeditor-container div.block-container div.row:not(.constrained-width-row) .froala-complex-editor{
  min-width: 80vw;
}
#main-wrapper.constrained-width-main .froala-complex-editor {
  min-width: unset; 
} -->


.fr-more-toolbar.fr-expanded {
  padding-left: 0 !important;
  display: flex;
  justify-content: flex-end;
}

div.popupeditor-container div.complex-editor-field-line.expand-line-for-froala {
  width: 100%;
}

div.fr-fullscreen.fr-code-view textarea.fr-code {
  height: 75vh !important;
}

/* Relative dates styling (#65, 20/56) */
.complex-editor-field-line.relative-date-line {
  margin-top: 5px;
}
.application-field-checkbox.relative-date-edit {
  display: inline-block;
  margin: 0;
  padding-top: 0.5em;
  padding-left: 0.5em;
  font-style: italic;
  font-size: smaller;
  margin-right: 1em;
}
select.relative-date-edit {
  padding: 0.85em;
  margin: 5px;
}
.relative-date-element-label {
  font-style: italic;
}
input.numeric.relative-date-edit {
  padding: 0.75em 0.25em !important;
  margin: 5px;
  width: 3.5em;
}
input.relative-date-edit-child, select.relative-date-edit-child {
  background-color: #ffa50033 !important;
}
div.complex-editor-field-line.relative-date-line-active > div.control-group {
  background-color: #ffff0024;
  box-shadow: 0px 0px 2px 1px #ffa50087;
  margin-top: 5px;
}
div.complex-editor-field-line.relative-date-line:not(.relative-date-line-active) {
  border: 1px solid #ffa5002e;
  padding: 0 5px 5px 5px;
  margin-top: 4px;
}
div.complex-editor-field-line.relative-date-line > div.control-group > label {
  display: inline-block;
}
div.complex-editor-field-line.relative-date-line-active > div.control-group > label {
  margin-left: 5px;
  max-width: 70%; 
}

div.complex-editor-field-line.relative-date-line > div.control-group > label.application-field-checkbox {
  margin-top: -5px;
  position: relative;
  top: -2px;
  left: 0;
}
.relative-date-example {
  position: absolute;
  top: 5px;
  right: 5px;
}
.relative-date-example-value {
  font-weight: bold;
  font-family: monospace;
}
.relative-date-example-value::before {
  content: "Currently:";
  margin-right: 0.5em;
  font-weight: initial;
  font-family: Arial, Helvetica, sans-serif;
}

/* VSys Anywhere HTML drag & drop (#66, 21/56) */


span.mergeField-draggable {
  display: inline-block;
}

/* VSys Live applications - general (#68, 22/56) */
div.application-top-instructions {
  padding: 0;
}
div.application-unavailable-message {
  padding: 0;
  font-size: 2rem;
  margin-top: 1em;
}
div.application-unavailable-message-diagnostics {
  font-size: 75%;
  font-weight: 200;
  color: gray;
}
div.applications-block-container {
  padding: 0;
}
app-error-field-name {
  font-weight: bold;
}
.app-error-field {
  display: list-item;
  line-height: 1.2;
  list-style: square;
  margin-left: 1em;
  margin-bottom: 4px;
}
.application-form .alert-error > ul > li {
  list-style: none;
}
.application-form div.alert-error {
  position: absolute;
  top: 10px;
  right: 1em;
  color: black;
  border: 2px solid red;
  background-color: yellow;
  border-radius: 0;
  padding: 5px;
  max-width: 35vw;
  max-height: 25vh;
  overflow-y: auto;
  z-index: 100;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
.application-form div.alert-error > ul {
  padding: 0 1em 0 1em !important;
  font-size: 9.5pt;
  font-weight: normal;
  padding: 0;
  margin-left: 0;
  text-align: left;
}
.vsyslive-application-body .modal-body {
  max-height: 35vh;
  overflow-y: auto;
}
.modal-body .app-error-field {
  display: block;
}
.modal-body .app-error-field-name {
  color: maroon;
  font-size: 115%;
}
.application-field-checkbox.button {
  margin-top: 10px;
}
.application-field-checkbox.button-smaller {
  margin-top: 20px;
}
.application-field-checkbox.button input[type="checkbox"] {
  display: none; 
}
.application-field-checkbox-round {
  border-radius: 10px;
}
div.application-form .application-field-checkbox > span.label-inner { 
  font-size:80%;
}
a.app-change-refresh-button {
  top: 1.5em;
  padding: 0.8em;
}
a.app-change-refresh-button:before {
  display: none;
}
a.app-change-refresh-button:after {
  padding-left: 1em;
  content: '\f002';
  text-decoration: none;
  font-family: FontAwesome;
}
.application-field-checkbox.pushed-down-boolean:not(.checkbox-as-button):not(.searchbutton):not(.some-kind-of-search-button) {
  padding-top: 1.8em;
}
.application-field-checkbox.pushed-down-boolean.pushed-down-boolean-less:not(.checkbox-as-button) {
  padding-top: 0.5em; 
}
.application-field-has-suffix:after {  
  padding-left: 0.2em;
  position: relative;
  top: 0.5em;
  font-style: italic;
  font-size: 90%;
}
.application-form div.controls {  
  display: inline-block;
  position: relative;
}
.user-account-form-fields div.controls { 
  display: block;
  position: static;
}
.application-form div > .app-tooltip-text,  div.withtooltip .app-tooltip-text, .application-form div .application-field-checkbox .app-tooltip-text {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  padding: 5px 1em 5px 1em;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: -5px;
  position: absolute;
  white-space: pre;
}
.application-form div .application-field-checkbox .app-tooltip-text {
  position: initial; 
}
.application-form div:hover > .app-tooltip-text, div.withtooltip:hover .app-tooltip-text,.application-form div .application-field-checkbox:hover .app-tooltip-text {
  visibility: visible; opacity: 1;
}
.application-form div:focus-within > .app-tooltip-text, div.withtooltip:focus-within > .app-tooltip-text {  
  visibility: hidden; opacity: 0;
}
.custom-app-field-full-width, .custom-app-field-full-width div.controls {
  width: 100%;
}
div.live-appshare-none-available {
  font-size: 2rem;
  margin: 1em;
}

/* Dropzone (#69, 23/56) */
.dropzone-uploader {
  text-align: center;
  padding: 1em;
  border: 2px dashed #0087F7;
  border-radius: 5px;
}
.dropzone-uploader-button {
  font-style: italic;
}
.dz-existing-file {
  display: block;
  padding: 10px;
  background: #8080802b;
}
.dz-existing-file-name {
  font-variant: small-caps;
  font-weight: bold;
}
.dropzone {
  min-height: initial;
}
.dropzone .dz-message {
  margin: 0;
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  border: 5px solid red;
  background: red;
  border-radius: 50%;
  top: 0;
}
.dropzone .dz-preview .dz-error-message {
  width: 300px;
  top: 45px;
}
.dropzone .dz-preview .dz-remove {
  margin-top: 20px;
}

/* VSys Live applications - expanded combo/checklist fields (#71, 24/56) */
.app-expanded-checklist-title-label {
  margin: 0 0 0.25em 0;
  text-decoration: underline;
  font-weight: bold;
  font-size: 110%;
}
.app-expanded-checklist-container-5 .app-expanded-checklist-item {
  width: 20%;
}
.app-expanded-checklist-container-4 .app-expanded-checklist-item {
  width: 25%;
}
.app-expanded-checklist-container-3 .app-expanded-checklist-item {
  width: 33%;
}
.app-expanded-checklist-container-2 .app-expanded-checklist-item {
  width: 50%;
}
.app-expanded-checklist-container-1 .app-expanded-checklist-item {
  width: 100%;
}
.app-expanded-checklist-container {
  display: flex;
  flex-wrap: wrap;
}
div.application-form .app-expanded-checklist.combo .app-expanded-checklist-container .application-field-checkbox > span.label-inner {
  font-size: 100%;
}
.app-expanded-checklist-container [type="radio"] + span:before,
.app-expanded-checklist-container [type="radio"] + span:after {
  height: 1.25em;
  width: 1.25em;
}
.application-field-availabilitycheckbox > span {
  font-size: 90%;
}
.app-expanded-combo-as-radio-wrap.app-expanded-checklist-item  input[type="radio"] + span.combo-as-radio-span {
  padding-left: 2em;
  margin-right: 2em;
}

/* VSys Live applications - new user fields (#72, 25/56) */
span.user-acct-after:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 200%;
  padding-left: 5px;
}

input.new-user-value-field.okay + span.user-acct-after:after {
  content: "\f058";
  color: green;
}
input.new-user-value-field.mismatch + span.user-acct-after:after {
  content: "\f53e";
  color: red;
}

input.new-user-value-field.weak + span.user-acct-after:after {
  content: "\f243";
  color: red;
}
input.new-user-value-field.empty + span.user-acct-after:after {
  content: "\f33a";
  color: orange;
}
input.new-user-value-field.placeholder + span.user-acct-after:after {
  content: "\f33a";
  opacity: 0;
}

.popupeditor #user-acct-newpassword-strength-meter,
.complex-editor-form #user-acct-newpassword-strength-meter {
  margin-top: 1em;
}

#user-acct-newpassword-strength-meter {
  height: 2em;
  width: 17em;
  appearance: initial;
  display: block;
  overflow: hidden;
  border: 1px solid #80808063;
}
#user-acct-newpassword-strength-meter > div {
  height: 2em;
}
#user-acct-newpassword-strength-meter[value="0"] > div {
  width: 15%;
  background: red;
}
#user-acct-newpassword-strength-meter[value="1"] > div {
  width: 25%;
  background: red;
}
#user-acct-newpassword-strength-meter[value="2"] > div {
  width: 50%;
  background: orange;
}
#user-acct-newpassword-strength-meter[value="3"] > div {
  width: 75%;
  background: yellow;
}
#user-acct-newpassword-strength-meter[value="4"] > div {
  width: 100%;
  background: green;
}
.user-acct-newpassword-feedback {
    color: #9ab;
    padding: 0 .25em;
    font-style: italic;
    margin-top: 1em;
}

#user-acct-newpassword-strength-meter.empty {
  display: none;
}
#user-acct-newpassword-res {
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 5px;
}
#user-acct-newpassword-feedback {
  font-style: italic;
  display: block;
}
#user-acct-newpassword-note {
  max-width: 17em;
  line-height: initial;
  transition: 0.3s;
  width: 100%;
}
.user-acct-newpassword-warning {
  font-weight: bold;
  display: block;
  padding: 3px;
}

#user-acct-newpassword-note.s0 #user-acct-newpassword-res {
  background: yellow;
}
#user-acct-newpassword-note.s1 #user-acct-newpassword-res {
  background: yellow;
}

#user-acct-newpassword-note #user-acct-newpassword-res:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 150%;
  font-weight: normal;
  margin-left: 10px;
  float: right;
}

#user-acct-newpassword-note.s4 #user-acct-newpassword-res:after {
  content: "\f5b9";
  color: green;
}
#user-acct-newpassword-note.s3 #user-acct-newpassword-res:after {
  content: "\f118";
  color: #4169e1bf;
}
#user-acct-newpassword-note.s2 #user-acct-newpassword-res:after {
  content: "\f11a";
}
#user-acct-newpassword-note.s1 #user-acct-newpassword-res:after,
#user-acct-newpassword-note.s0 #user-acct-newpassword-res:after {
  content: "\f119";
  color: red;
  animation: pulse 2s ease-in;
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(359deg); }
}

@keyframes pulse {
    0% { transform: scale(0.75); }
    50% { transform: scale(1); }
    100% { transform: scale(0.75); }
}

/* VSys Live applications - max width in mobile (#73, 26/56) */
@media screen and (max-width: 750px) {
  div.application-form, div.application-top-instructions {
    max-width: 100vw !important;
  }
}

/* Lookup listing more/less (#87, 27/56) */

.expanders-hide-on-own-page {
  display: none;
}
.list-view-block .expanders-hide-on-own-page {
  display: block;
}

.lookup-details-zoom-unzoom, .lookup-details-zoom-zoom {
  font-weight: bold;
  text-transform: uppercase;
}

.lookup-details-zoom-unzoom:after, .lookup-details-zoom-zoom:after {
  text-decoration: none;
  font: normal normal normal 1.5em/0 FontAwesome;
  padding-left: 0.5em;
  position: relative;
  top: 2px;
  color: green;
  text-decoration: none;
}
.lookup-details-zoom-unzoom:after {
  content: "\f106";
}
.lookup-details-zoom-zoom:after {
  content: "\f107";
}
.lookup-details-zoom-unzoom:hover, .lookup-details-zoom-zoom:hover {
  text-decoration: none !important;
}

/* Embedded search buttons (#91, 28/56) */
.embed-search-button {
  background: #1a3665;
  border-radius: 5px;
  padding: 0.5em 1em;
  margin-top: 10px;
  background: darkgreen;
}

.embed-search-button:hover, .embed-search-button:focus {
  background: green;
  color: white;
  outline: none;
  text-decoration: none;
}

/* VSys Live job lookup feeder (#92, 29/56) */
.job-lookup-feeder-title {
  font-size: 1.5em;
  line-height: initial;
  display: block;
  font-weight: bold;
}
.job-lookup-feeder-instructions {
  line-height: initial;
  display: block;
}
.floating-job-feeder {
  position: absolute;
  top: 5px;
  z-index: 2;
  background: white;
  max-width: 50%;
  padding: 0;
  border-radius: 5px;
  border: 2px solid #80808029;
}
.floating-job-feeder:hover, .floating-job-feeder:focus-within {
  opacity: 1;
  outline: none;
}
.floating-job-feeder-right {
  right: 1.5em;
  left: unset;
}
.floating-job-feeder-left {
  left: 2em;
  right: unset;
}
.floating-job-feeder-center {
  right: unset;
  left: unset;
}
.floating-job-feeder .row, .floating-job-feeder .complex-editor-wrapped-block-container-leave-top-room {
  margin-top: 0 !important;
  margin: 0;
}
.floating-job-feeder .complex-editor {
  padding: 1em;
}
.floating-job-feeder .complex-editor-field-line:first-of-type {
  padding-top: 0;
}
.floating-job-feeder-container {
  display: flex;
  justify-content: center;
}
.floating-job-feeder .complex-editor-form-actions {
  width: fit-content;
}
.floating-job-feeder ul {
  margin-left: 2em;
}
.position-me-relative-so-i-can-have-an-absolute-child {
  position: relative;
}

/* Full page messages (#93, 30/56) */
.full-page-message-not-toast {
  min-width: 95vw;
  min-height: 95vh;
}
.full-page-message-not-toast .ui-dialog-buttonpane {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

/* VSys Live checkout inline surveys (#94, 31/56) */
p.checkout-survey-quick-question, p.checkout-survey-quick-question+p {
  display: inline-block;
}
.checkout-survey-quick-question .combo-as-radio-span svg {
  font-size: 200%;
  position: relative;
  left: -5px;
}
p.checkout-survey-quick-question {
  margin-right: 2em;
}
.checkout-survey-quick-question .combo-as-radio:checked+span:before {
  margin-right: 0;
}

/* VSys Anywhere auto bookmarks (#98, 32/56) */
.auto-bookmark-link .auto-bookmark-icon {
  font-size: 200%;
  margin-right: 5px;
  color: green;
  position: relative;
  top: 0.2em;
}
.auto-bookmark-link a {
  color: black;
  font-weight: bold;
}
.auto-bookmark-link a:hover {
  text-decoration: underline;
}

/* Floating demo box/schedule lookup (#99, 33/56) */
.floatingdemobox h1 {
  margin: 0;
  text-align: center;
  line-height: 1.1em;
  font-size: 1.5em;
}
.floatingdemobox {
  position: absolute;
  left: 5px;
  top: 7em;
  max-width: 200px;
  background-color: rgba(255,255,255,0.85);
  border: 1px solid darkblue;
  padding: 5px;
  z-index: 999999;
}
#floatingdemo div {
  padding: 5px;
  margin-bottom: 0px;
}

/* VSys Live checkin/checkout (#100, 34/56) */
.live-checkin-checkout-job-select-label,
select.live-checkin-checkout-job-select + span.select2,
.select2-dropdown.live-checkin-checkout-job-select,
.application-field-cancelcheckin,
input.live-checkin-checkout-time,
.live-checkin-checkout-time {
  font-size: 1.2rem;
  line-height: 2rem;
}

.live-checkinout-visrulefail {
  background: yellow;
  font-size: 200%;
  font-weight: bold;
  display: block;
  width: 90vw;
  padding: 1em;
}

/* Contact flags editor (#102, 35/56) */
.control-label.action-link-contact-flags-field-label {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-decoration: underline;
}
.action-link-contact-flags-bogus-message {
  font-size: 2rem;
  font-weight: bold;
  color: red;
}
.action-link-contact-flags-name {
  font-size: 2rem;
}

/* VSys Live menu search tool (#103, 36/56) */
.live-menu-search-tool-container { 
  padding: 0 0 0 1em;
  margin: 0;
}
.live-menu-search-tool-container .control-label {
  display: none;
}
.live-menu-search-tool-container div.complex-editor-form {
  
}
.live-menu-search-tool-icon {
  font-size: 3em !important;
  color: #1a3665;
 }
.live-menu-search-tool-placeholder {
}
.live-menu-search-tool-placeholder i, .live-menu-search-tool-placeholder svg {
  font-size: 200%;
  float: right;
}
.live-menu-search-tool-container .select2-container {
  width: 90vw !important; 
}
@media screen and (max-width: 650px) {
  .live-menu-search-tool-container .application-field-htmllabel svg {
    display: none; 
  }
}
.live-menu-search-tool-container .complex-editor-wrapped-block-container-leave-top-room {
  margin: 0;
}
.live-menu-search-tool-container-row {
  margin: 0;
}
.live-menu-search-tool-container-row .x12u {
  padding: 0;
}

/* VSys Live page search tool (#105, 37/56) */
.live-page-search-tool-container { 
  padding: 0 0 0 1em;
  margin: 0;
}
.live-page-search-tool-container .control-label {
  display: none;
}
.live-page-search-tool-container div.complex-editor-form {
  
}
.live-page-search-tool-icon {
  font-size: 3em !important;
  color: #1a3665;
 }
.live-page-search-tool-placeholder {
}
.live-page-search-tool-placeholder i, .live-page-search-tool-placeholder svg {
  font-size: 200%;
  float: right;
}
.live-page-search-tool-container .select2-container {
  width: 90vw !important; 
}
@media screen and (max-width: 650px) {
  .live-page-search-tool-container .application-field-htmllabel svg {
    display: none; 
  }
}
.live-page-search-tool-container .complex-editor-wrapped-block-container-leave-top-room {
  margin: 0;
}
.live-page-search-tool-container-row {
  margin: 0;
}
.live-page-search-tool-container-row .x12u {
  padding: 0;
}

/* Google Maps static embed image (#106, 38/56) */
img.google-maps-static-image {
  max-width: 100%;
}

/* VSys Anywhere composite fields (#107, 39/56) */
div.complex-editor-field-line-multi div.controls {
  display: inline-block;
}

/* Formatted addresses (#109, 40/56) */
.formatted-address {
  padding-left: 1em;
  line-height: 150%;
}
.formatted-address .formatted-address-contact {
  font-weight: bold;
}
.formatted-address .formatted-address-phones {
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-style: italic;
  border-left: 1px solid blue;
}
.formatted-address .formatted-address-phones > span {
  display: block;
}

/* jQuery date picker (#110, 41/56) */
.ui-datepicker select.ui-datepicker-year {
  min-width: 50%;
}
.ui-datepicker-year {
  height: auto;
  color: white;
  font-weight: 700;
  background-color: #1a3665;
}
.ui-datepicker-year option {
  color: black;
  background-color: white; 
}
.ui-datepicker-year option {
  color: initial;
}
.ui-datepicker.popup-date-just-month-year .ui-datepicker-year {
  display: none;
}

/* Asynch mouseover hints (#111, 42/56) */

.qtip.datatable-popup-qtip {
  max-width: none;
}
.qtip.datatable-popup-qtip h1 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.qtip.datatable-popup-qtip .personlookup-hint-title {
  font-weight: bold;
}
.qtip.datatable-popup-qtip .personlookup-hint {
  max-width: 50vw;
}

/* VSys Anywhere Google Maps dashboard feed renderer (#117, 43/56) */
.anywhere-tools-filters-google-maps-dashboard .anywhere-tool-filters-block-parent {
  margin: 0;
}
.anywhere-tools-filters-google-maps-dashboard .row {
  margin: 0;
}
.anywhere-tools-filters-google-maps-dashboard .action_simple.tool header.block-header,
.anywhere-tools-filters-google-maps-dashboard .block-container header.block-header {
  background: initial;
  margin-top: 5px;
  padding: 0;
}
.anywhere-tools-filters-google-maps-dashboard,
div.VOXIHTMLBlock.anywhere-tools-filters-google-maps-dashboard { 
  border: 1px solid #777;
  border-radius: 10px;
  background: #80808005;
  padding-left: 10px !important;
}
.anywhere-tools-filters-google-maps-dashboard .datatable-container {
  margin: 0 !important;
}
.anywhere-tools-filters-google-maps-dashboard-container.container {
  width: unset;
}
.gm-style a:focus {
  outline: none;
}

/* VSys Anywhere Google Maps dashboard items (#118, 44/56) */
.dashboard-map-popup {
}
.dashboard-map-entrant {
}
.dashboard-map-entrant-row {
  display: block;
}
.dashboard-map-entrant-name {
  font-weight: bold;
}
.dashboard-map-entrant-phone {
  font-weight: bold;
}
.dashboard-map-entrant-email {
  font-weight: bold;
}

/* VSys Live applications - error messages (#121, 46/56) */

.application-form .alert-error {
  z-index:99999 !important;
}

/* Accessibility: focus (#130, 48/56) */
:focus-visible {
  outline: none;
}

/* VSys Live job activities capture (#134, 51/56) */
span.job-activities-separator {
  width: 75vw;
  border-bottom: 1px solid 1px solid #80808057;
  display: block;
  padding-top: 1em;
}
div.job-activities-break {
  width: 75vw !important;
  border-bottom: 1px solid 1px solid #80808057;
  display: block;
  padding-top: 1em;
}

/* Hyperlink standardize display (#136, 52/56) */
a.alwaysblue {
  color: blue !important;
  text-decoration: underline !important;
}

/* FullCalendar extras (#137, 53/56) */


.anywhere-tool-separate-results-calendar-block {
  margin-top: 2em;
}

/* Schedule lookup tool (#139, 54/56) */
.schedule-view-listing-merge-title {
  font-weight: bold;
  display: inline-block;
  padding-right: 1em;
}
.schedule-view-listing-merge-sub {
  font-weight: bold;
  color: purple;
  display: inline-block;
}
.schedule-lookup-tool-table-as-merge p {
  margin: 0;
}
.schedule-lookup-tool-table-as-merge-assignment:before,
.schedule-lookup-tool-table-as-merge-slot:before,
.schedule-lookup-tool-table-as-merge-training:before,
.schedule-lookup-tool-table-as-merge-checkin:before,
.schedule-lookup-tool-table-as-merge-interview:before {
  font-family: "font awesome 6 pro";
  content: "\e0d2";
  font-size: 1.5rem;
  float: right;
  color: #00008b82;
}
.schedule-lookup-tool-table-as-merge-assignment:before {
  content: "\f82c";
}
.schedule-lookup-tool-table-as-merge-slot:before {
  content: "\e0d2";
}
.schedule-lookup-tool-table-as-merge-training:before {
  content: "\e53d";
}
.schedule-lookup-tool-table-as-merge-checkin:before {
  content: "\f017";
}
.schedule-lookup-tool-table-as-merge-interview:before {
  content: "\e4e3";
}

/* VSys Anywhere tools required fields highlighting (#140, 55/56) */
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.string > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.password > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.integer > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.float > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-group.required.text > label.required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > label.application-field-checkbox.boolean-required::after,
.anywhere-tool-show-highlight-required .complex-editor-field-line > div.control-grouprequired.application-signature > label::after
{
  color: red;
  color: #FF0000;
  font-family: "Font awesome 6 Pro";
  font-weight: 800;
  content: "\f069";
  padding-left: 0.5em;
  display: inline-block;
  text-decoration: none;
}

/* VSys Live account activation (#142, 56/56) */
.application-field-checkbox.button.live-resend-activation-link-button {
  background: blue;
  color: white;
  padding: 0.5em 1em;
  position: relative;
  top: 0.5em;
}
.application-field-checkbox.button.live-resend-activation-link-button:after {
  content: '';
}
.live-resend-activation-link-too-early {
  font-size: 2rem;
  color: purple;
  font-style: italic;
}
.live-resend-activation-link-err {
  font-size: 2rem;
  color: red;
}
.live-resend-activation-link-joy {
  font-size: 2rem;
  color: green;
}

