/* Page skin: Bootstrap compatibility (#21, 3/47) (no variable content) */
.modal-open {
  overflow: unset;
}
.vsys-spinner.modal {
  width: 33vw;
  left: 33vw;
  height: fit-content;
  border-radius: 5px;
  margin: 0;
  display: none;
}
#vsys-modal-spinner .vsys-spinner-modal-backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #80808075;
}
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;
}
#titleBar a[href="#navPanel"].toggle { display: none; }
/* built-in site template (One column) */
.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: #00a6eb;;
}
.button {
  background: #00a6eb;;
}
.button-smaller {
  padding: 0.5em 2.25em 0.5em 2.05em;
}
.button-smaller:before {
  content: none;
} 
#header-wrapper {
  background: #00a6eb;;
}
.dropotron {
  background: #00a6eb;;
  background: rgba(0, 166, 235, 0.9);
}
#banner .captions {
  background: #00a6eb;;
  background: rgba(0, 166, 235, 0.9);
}
#navPanel .link {
  white-space: nowrap; 
}
#search form:before {
  background: #00a6eb;;
}
#content section header, #content article header {
  border-top: solid 7px #00a6eb;;
}
#sidebar section header {
  border-top: solid 7px #00a6eb;;
}
section header, article header {
  border-top: solid 5px #00a6eb;;
}
#titleBar {
  background: #00a6eb;;
}
#titleBar .title h1 {
  color: #FFFFFF;
}
.blocks .one:hover {
  background: #10b6fb;
}
.button:hover {
  background: #10b6fb;
}
.button-no-hover:hover {
  background: #00a6eb;;
}
.button-no-highlight:before {
  content: none !important;
}
.blocks .two {
  background: #8cba00;
}
.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: #00a6eb;;
  color: #FFFFFF !important;
}
div.vsys-form-actions input.btn:hover {
  background: #10b6fb;
  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; 
}
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:not(.datatable-calendar-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: #00a6eb;;
  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: #00a6eb;;
  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-error-nospace {
  margin: 0;
}
.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;
}
.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;
}
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%;
}
div.complex-editor-field-line.me-hidden {
  display: none;
}
.application-field-checkbox.check-width-100 span.label-inner {
  width: 100%;
}
.application-field-checkbox.check-tall  {
  padding: 10px 0;
}
div.special-separator-field-parent {
  width: 80%;
  border-bottom: 1px solid #00000035;
  display: block !important;
  position: relative;
  top: 10px;
}
div.special-separator-field-parent .special-separator-field {
  font-weight: bold;
  font-variant: small-caps;
  font-size: larger;
}
.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%;
}
div.dynamic-hidden, div.dynamic-hidden-fieldgroup {
  display: none !important;
}
div.row.row5x3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Page skin: Button icons (#16, 1/47) (no variable content) */
.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;
}
/* Page skin: Kiosk general fixup (#19, 2/47) (no variable content) */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
label,input,button,select,textarea,.signatureCapture {
  font-size: inherit;
  font-weight: normal;
  line-height: initial;
}
/* using supercached content from  */
/* Page skin: Accordion display (#23, 4/47) */
.ui-accordion .ui-accordion-header.ui-state-active {
  border: 1px solid #00a6eb; !important;
  background: #00a6eb; !important;
  color: #FFFFFF !important;
}
h3.accordion-fieldgroup-header + .accordion-group-holder {
  padding-top: 0;
  padding-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
  top: -10px;
}
.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 1em 1em 1em;
}
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;
}
.ui-noaccordion-fieldgroup-icon-bigger {
  max-height: unset;
  position: absolute;
  right: 2em;
  opacity: 0.75;
}
@media screen and (max-width: 800px) {
  img.ui-noaccordion-fieldgroup-icon {
    max-height: 2em;
  }
}
.accordion-group-holder.accordion-flex-table {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  align-items: end;
  column-gap: 2rem;
  row-gap: 1rem;
  padding-top: 0;
}
.accordion-group-holder.accordion-flex-table div.complex-editor-field-line {
  padding-top: 0;
  padding-bottom: 10px;
}
.accordion-group-holder label.control-label {
  line-height: normal;
  margin-top: 10px;
}
.accordion-group-holder.accordion-flex-table label.control-label {
  line-height: normal;
  margin-top: 10px;
}
.accordion-flex-table > div.complex-editor-field-line-break {
  display: none;
}
div.accordion-flex-table .complex-editor-field-line-break + .complex-editor-field-line {
  grid-column-start: 1;
}
div.accordion-group-holder:not(.accordion-flex-table) .complex-editor-field-line-break {
  display: block;
  height: 1px;
}
div.accordion-group-holder h5.sectiontitle {
  padding-top: 10px;
}
.accordion-group-holder-with-max-height {
  width: 100%;
  overflow-y: auto;
}

/* using supercached content from  */
/* Page skin: Font size scaler (#25, 5/47) */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu,
nav, section,
.sign-in-block-container label,
input.btn,
button.btn {
  font-size: rem;
}

/* using supercached content from  */
/* Page skin: Various datatables (#30, 6/47) */
a.anywhere-no-break-links {
  white-space: pre;
  display: block;
}
span.live-datatable-string a+br {
  display: none;
}
.tablesorter-blue th {
  background-color: #00a6eb;;
  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;
}

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;
}
table.dataTable .dtrg-group {
  font-size: 1rem;
}
table.dataTable.display.nostripe tr.dtrg-group td, table.dataTable tr.dtrg-group td {
  border-bottom: none;
}
td:not(.editable) .live-datatable-datetime,
td:not(.editable) .live-datatable-date,
td:not(.editable) .live-datatable-time {
  line-height: 1.3;
  display: inline-block;
  text-align: right;
  width: calc(100% - 17px);
}
td:not(.editable) .live-datatable-float,
td:not(.editable) .live-datatable-int,
td:not(.editable) .live-datatable-duration {
  text-align: right;
  display: inline-block;
  width: calc(100% - 17px);
}
table.dataTable thead th,
table.dataTable thead td {
  line-height: 1.3;
}
table.dataTable thead th[datatype=date],
table.dataTable thead td[datatype=date],
table.dataTable thead th[datatype=float],
table.dataTable thead td[datatype=float]{
  text-align: right;
}
td .live-datatable-string,
td .live-datatable-memo,
td .live-datatable-combo,
td .live-datatable-checklist {
  display: inline-block;
  line-height: initial;
}
table.dataTable thead th[datatype="date"],
table.dataTable thead th[datatype="int"],
table.dataTable thead th[datatype="float"] {
  background-position: right !important;
}
td:not(.editable):first-of-type .live-datatable-datetime,
td:not(.editable):first-of-type .live-datatable-date,
td:not(.editable):first-of-type .live-datatable-time,
td:not(.editable):first-of-type .live-datatable-float,
td:not(.editable):first-of-type .live-datatable-int,
td:not(.editable):first-of-type .live-datatable-duration {
  text-align: initial;
}
table.dataTable thead th[datatype=date]:first-of-type,
table.dataTable thead th[datatype=float]:first-of-type {
  text-align: initial;
}
img.list-view-photo {
  max-height: 64px;
  margin: 5px;
}

/* using supercached content from  */
/* Page skin: Various Select2 CSS (#31, 7/47) */
.select2-container .select2-dropdown {
  z-index: 999051;
}
.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;
}

/* Page skin: Combo boxes as radio buttons (#33, 8/47) (no variable content) */

.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;
}
/* using supercached content from  */
/* Page skin: Round profile photos (#62, 9/47) */
.dash-photo img { border-radius: 50%; }
x.test:after {
  content: "TestBool: 0";
  content: "TestString: 0";
  content: "TestCombo: ";
}

/* using supercached content from  */
/* Page skin: Kiosk required base styling (#72, 11/47) */

ol li:not(.select2-results__option), ul li:not(.select2-results__option) {
  margin-left: 3em;
}
body, #header-wrapper, #footer-wrapper {
  background: none !important;
  border: none !important;
}
#titleBar {
  display: none !important;
}
a {
  color: #0088cc;
  text-decoration: none;
}
#kiosk-login div.pull-right {
  float: none !important;
}
.main-row .x12u {
  padding: 0 !important;
}
.select2-selection__rendered {
  line-height: normal !important;
}
.select2-container--default:not(.ui-dialog span) {
  padding-top: 20px;
}
.select2-selection--single[role="combobox"] {
  min-height: 2.5em !important;
}
.kiosk-checkout-custom-field-label {
  font-size: 200%;
  font-weight: bold;
  margin-top: 10px;
}
.kiosk-checkout-custom-field-radio-span {
  font-size: 200%;
}
@media (min-width: 801px) {
  .kiosk-checkout-custom-field-radio-span {
    padding-left: 45px !important;
  }
}
.application-field-text.kiosk-checkout-custom-field, .application-field-memo.kiosk-checkout-custom-field {
  margin-top: 10px;
}
.kiosk-checkout-starttime {
  font-style: italic;
  font-size: 75%;
}
.kiosk-checkout-starttime::before {
  content: " (";
}
.kiosk-checkout-starttime::after {
  content: ") ";
}
.kiosk-checkout-starttime-desc::after {
  content: " @ ";
}


.kiosk-login-inv-block-container form, .kiosk-login-block-container form {
  width: 100%;
}
#pin {
  width: 80% !important;
  padding: 4px 6px;
}
#kiosk-login> .row > form div.well {
  padding: 50px;
}
#kiosk-login > div > form > div.well {
  opacity: 0.80;
}
#kiosk-login .btn-success {
  max-width: 75%;
}
#kiosk-login div.well {
  min-width: 50% !important;
  min-width: 365px;
}
.pull-left {
  float: left;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    xbackground-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    xbackground-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    xbackground-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    xbackground-image: -o-linear-gradient(top, #fff, #e6e6e6);
    xbackground-image: linear-gradient(to bottom, #ffffff,#e6e6e6);
    xbackground-repeat: repeat-x;
    xfilter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}
.btn-kiosk {
    padding: 18px 26px;
    font-size: 36px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 11px;
}
.btn-kiosk-confirm {
  line-height: normal;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(top, #08c, #04c);
    background-image: -o-linear-gradient(top, #08c, #04c);
    background-image: linear-gradient(to bottom, #0088cc,#0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b,#bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462,#51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}
#kiosk-login .btn-kiosk {
  padding: 8% 10%;
  font-size: 40px;
}
a.btn-danger {
  float: none !important;
  width: auto !important;
}
#kiosk-login> .row > form div.well {
  padding: 25px;
}
.block-container {
  margin: 0;
  padding: 0;
}
.kiosk-login-block-container {
  margin-top: 20px;
}
h4, #new_checkin, #kiosk-checkins-container > header > div > a {
  margin: 0;
}
#kiosk-checkins-container > hr {
  display: none;
}
#kiosk-login > div > form > div.well {
  opacity: 0.80;
}
#kiosk-login > div > form > div.well:hover {
  opacity: 1;
}
#check_out_form_container > div > div > form.button_to > div > input.btn.btn-cancel.btn-kiosk {
  position: inherit !important;
 }
div.ui-dialog.ui-widget-content {
  width: initial !important; 
  max-width: 80%; 
}
.complex-editor-form .complex-editor-field-line {  padding-top: 0; padding-bottom: 0; }
.complex-editor-form .control-label, .complex-editor-form input {  margin-bottom: 0; }
.complex-editor-form .complex-editor-field-line .control-group { margin-bottom: 0; }
.popupeditor-container .block-header { display: none;  }
.dataentry_simple .tool-body {
  max-width: 100%;
}
.row {
  margin-left: initial;
}
.navbar-inverse .navbar-inner, .wrapped-block-container {
  background: none;
  border: none;
  box-shadow: none;
}
.well, .wrapped-block-container {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
#check_out_form_container input.btn-cancel.btn-kiosk,
#check_out_form_container > div > div > form.button_to > div > input.btn.btn-cancel.btn-kiosk {
  
  background-color: yellow;
  background-image: URL(/imageicon/cancel:32);
  background-position-x: 10px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding: 30px;
  padding-left: 50px;
}
#check_out_form_container #new_checkin .btn-success {
  background-image: URL(/imageicon/clockout:64);
  background-position-x: 10px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding: 100px;
}
#check_out_form_container #new_checkin .btn-success:hover,
  #check_out_form_container input.btn-cancel.btn-kiosk:hover,
  #check_out_form_container > div > div > form.button_to > div > input.btn.btn-cancel.btn-kiosk:hover {
  background-position-x: 10px !important;
}
#kiosk-checkins-container .pull-right > .btn-danger:hover,
#kiosk-checkins-list .btn-primary:hover,
#kiosk-checkout-container .btn-danger:hover,
#check_out_form_container #new_checkin .btn-success:hover,
#check_out_form_container .btn-cancel:hover
  { background-position-x: 10px !important; }
.btn-kiosk-huge a {
  display: inline-block;
  height: 100%; width: 100%;
  vertical-align: middle;
  position: relative;
  padding-top: 90px;
}
#content .pull-right > .btn-danger :not(.pull-right) {
  position: absolute;
  top: 20px;
  right: 20px;
  min-width: 200px;
  background-image: URL(/imageicon/cancel:32);
  background-position-x: 10px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding: 30px;
  padding-left: 50px;
}
.new_checkin .btn-primary {
  background-image: URL(/imageicon/clockin:32);
  padding-left: 50px !important;
  background-position-x: 10px;
  background-position-y: 50%;
  background-repeat: no-repeat;
}

/* using supercached content from  */
/* Page skin: Kiosk required base styling 2 (#73, 12/47) */
.flash-row .alert-notice {
  background: yellow;
  color: red;
  font-size: 2em;
  padding-top: 1em;
}
#kiosk-login > div > form > div.well {
  opacity: 1.0;
}
#pin, #password {
  background: none;
  padding: 6px 6px;
  border: 1px solid black;
  border-radius: 4px;
}
#pin:focus, #password {
  box-shadow: none;
}
.btn:hover, .btn:focus {
  color: white;
}
.btn-success {
  background-color: green !important;
  background-image: none;
}
.btn-danger {
  background-color: red !important;
  background-image: none;
}
.btn-primary {
  background-color: blue !important;
  background-image: none;
}
.complex-editor-form-actions.checkin-confirm-actions.checkin {
  text-align: right;
  padding-top: 0;
}
header.block-header {
  display: none; 
}
.kiosk-checkout-tooearly, .kiosk-checkin-nada  {
  font-size: 200%;
  font-weight: bold;
}
.kiosk-checkinout-visrulefail {
  background: yellow;
  font-size: 200%;
  font-weight: bold;
  display: block;
  width: 90vw;
  padding: 1em;
}
.tool-body {
  width: 100%;
}
.well, .wrapped-block-container {
  background: none;
  border: none;
  box-shadow: none;
}
.complex-editor-form-actions input[data-tool-action="save"], 
.kiosk-checkin-button, .kiosk-checkout-button, .kiosk-checkcancel-button, .kiosk-top-exit-button {
  padding: 40px 75px 40px 90px;
  font-size: 36px !important;
  border-radius: 6px !important;
  margin: 11px !important;
  color: white;
  text-shadow: none;
}
.kiosk-checkout-button input[type="checkbox"], kiosk-checkcancel-button input[type="checkbox"], .kiosk-checkcancel-button input[type="checkbox"] {
  display: none;
}
.kiosk-checkout-action, .kiosk-checkin-action {
  padding-bottom: 0.5em;
}
.kiosk-top-exit-button {
  background-color: red !important;
  background-image: URL(/imageicon/cancel:40) !important;
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  padding: 20px 10px 20px 50px;
  margin: 5px !important;
}
.kiosk-top-exit-button:focus {
  background-color: gray !important;
}
.kiosk-checkin-button, .kiosk-checkin-button:hover, .kiosk-checkin-button:focus,
.kiosk-checkout-button, .kiosk-checkout-button:hover, .kiosk-checkout-button:focus,
.kiosk-checkcancel-button, .kiosk-checkcancel-button:hover, .kiosk-checkcancel-button:focus,
.kiosk-top-exit-button, .kiosk-top-exit-button:hover, .kiosk-top-exit-button:focus {
  background-position-x: 10px !important;
  background-position-y: 50% !important;
  background-repeat: no-repeat !important;
}
.kiosk-checkin-button, .kiosk-checkin-button:hover,
.complex-editor-form .kiosk-checkin-button, .complex-editor-form .kiosk-checkin-button:hover {
  background-color: blue;
  background-image: URL(/imageicon/clockin:48);
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
}
.kiosk-checkin-training-button, .kiosk-checkin-training-button:hover,
.complex-editor-form .kiosk-checkin-training-button, .complex-editor-form .kiosk-checkin-training-button:hover {
  background-color: rgb(23,78,23);
  background-image: URL(/imageicon/training:64);
  background-position-x: 10px !important;
}
.kiosk-checkout-button, .kiosk-checkout-button:hover,
.complex-editor-form .kiosk-checkout-button, .complex-editor-form .kiosk-checkout-button:hover {
  background-color: #5bb75b !important;
  background-image: URL(/imageicon/clockout:64);
  float: left;
  text-align: left;
}
.kiosk-checkcancel-button, .kiosk-checkcancel-button:hover,
.complex-editor-form .kiosk-checkcancel-button, .complex-editor-form .kiosk-checkcancel-button:hover  {
  background-color: yellow !important;
  background-image: URL(/imageicon/cancel:64) !important;
  color: red !important;
  float: right;
  clear: both;
  text-align: left;
}
.kiosk-checkin-action {
  display: none;
}
.kiosk-checkin-jobdesc {
  font-weight: normal;
}
.kiosk-checkout-jobdesc {
  font-weight: bold;
}
.kiosk-agreement-header {
  font-size: 3em;
  border-bottom: 3px solid red;
  width: 100%;
}
.kiosk-agreement-checkbox {
  font-size: 3em;
}
.kiosk-agreement-checkbox abbr {
  display: none;
}
.kiosk-agreement-checkbox input[type="checkbox"] {
  transform: scale(2.5, 2.5);
}
.kiosk-agreement-text {
  min-height: 4em;
}
.kiosk-message-header {
  font-size: 3em;
  border-bottom: 3px solid black;
  width: 100%;
}
.kiosk-message-done-button { 
  position: fixed;
  bottom: 10px;
  right: 10px;
}
div[id$='any-kiosk-messages-fields'] .complex-editor-field-line {
  width: 100%; 
}
.kiosk-password-well .btn {
  padding: 30px 20px 30px 20px;
  min-width: 10em;
}
form.new_checkin {
  display: inline;
}
form.new_checkin > input.btn-kiosk {
  font-size: 20px;
  padding: 20px;
  margin: 4px;
}
.kiosk-checkin-button-checked:after, .kiosk-checkout-button-checked:after {
  content: '\f046';
  text-decoration: none;
  font: normal normal normal 2em/0 FontAwesome;
  color: red;
  position: absolute;
  right: 0.2em;
}
.kiosk-checkin-checkcancel-checked:after {
  content: '\f046';
  text-decoration: none;
  font: normal normal normal 2em/0 FontAwesome;
  color: red;
  float: right;
  margin-top: 0.2em;
}
.complex-editor-field-line.checkin-button-checked {
  border: 8px solid red;
  width: 100%;
  padding: 6px;
  background-color: #ffff002b;
}
.btn-kiosk-checkin-confirm, .btn-kiosk-checkcancel-confirm, .btn-kiosk-checkout-confirm {
  text-align: right;
  font-size: 24px !important;
  padding: 20px 75px 20px 55px !important;
  border-radius: 6px !important;
  width: 95% !important;
  margin: 0;
}
@keyframes kioskCheckinBorderBlink {
  from, to { border-color: transparent }
  50% { border-color: yellow }
}
.btn-kiosk-checkin-confirm.blinking {
  border: 4px solid transparent;
  animation: kioskCheckinBorderBlink 1s step-end infinite;
}
#checkin-confirm-button {
  max-width: 95vw !important;
  color: white;
}
.btn-kiosk-checkin-confirm, .btn-kiosk-checkout-confirm {
  background-color: green !important;
  color: white !important;
  text-align: center;
  line-height: normal;
}
.complex-editor-form-actions .btn-kiosk.btn-kiosk-checkcancel-confirm {
  background-color: yellow;
  color: red;
}
.btn-kiosk-checkin-confirm:before, .btn-kiosk-checkcancel-confirm:before, .btn-kiosk-checkout-confirm:before {
  content: '\f061'; text-decoration: none; font: normal normal normal 1.5em/0 FontAwesome;
  padding-right: 20px;
}
.kiosk_integer > label, .kiosk_float > label, .kiosk_time > label, .kiosk_duration > label {
  font-size: 2em;
}
.kiosk_integer, .kiosk_float, .kiosk_time, .kiosk_duration {
  margin: 5px;
}
.complex_editor_checkincombo, .complex_editor_checkoutcombo, .complex_editor_client, .complex_editor_pairs, .combo-as-radio-wrap,
.kiosk-anything-radio-combo,
.kiosk-checkout-custom-field-radio-span.combo-as-radio-span {
  font-size: 24px;
}
.complex_editor_client label.required abbr {
  display: none;
}
input.kiosk-checkin-combo, input.kiosk-checkin-combo:focus, input.kiosk-checkout-combo, input.kiosk-checkout-combo:focus  {
  background-color: blue;
  color: white;
  box-shadow: none;
  border-radius: 6px;
  margin-top: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}
#navpanel, nav {
  display: none;
}
.kiosk-body span.combo-as-radio-span {
  font-size: revert;
}
.complex-editor-form label.kiosk-checkin-combo {
  margin-bottom: 10px;
}
#checkin-confirm-button.kiosk-checkin-pulse-button {
  box-shadow: 0 0 0 0 #008000A0;
  animation: kiosk-checkin-pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  margin: 0 0 20px 20px;
}
#checkin-confirm-button.kiosk-checkin-pulse-button:hover {
  animation: none;
}
@keyframes kiosk-checkin-pulse {
  to { box-shadow: 0 0 0 20px #00800000; }
}
#checkin-confirm-button:hover {
  animation: none !important;
}

/* using supercached content from  */
/* Page skin: Kiosk required base styling 3 (#74, 13/47) */

/* Page skin: Kiosk required base styling 4 (#75, 14/47) (no variable content) */

#kiosk-login.kiosk-login-new .btn-kiosk {
  padding: 7vh 0vw;
  width: 21vw;
  margin: 8px;
}
#kiosk-login.kiosk-login-new .kiosk-login-row {
  width: 80vw;
  margin: 0 auto;
}
#kiosk-login.kiosk-login-new form {
  padding: 0;
  width: 100vw;
}
#kiosk-login.kiosk-login-new .kiosk-login-well {
  padding: 0 !important;
 /*  width: 75vw !important;
  max-width: 100%; */
}
#kiosk-login.kiosk-login-new #kiosk-login-button-submit, #kiosk-login.kiosk-login-new #kiosk-login-button-cancel {
  padding: 6vh 0vw;
  width: 30vw !important;
}
#kiosk-login.kiosk-login-new #kiosk-login-button-cancel.kiosk-cancel-button-withzero {
  padding: 7vh 0vw;
  width: 40vw !important;
}
#kiosk-login.kiosk-login-new #kiosk-login-button-submit.kiosk-login-button-wide {
  padding: 6vh 6vw;
  width: 75vw !important;
  white-space: normal;
}
#kiosk-login.kiosk-login-new .kiosk-login-textrow {
  width: 100vw;
}
#kiosk-login.kiosk-login-new #pin.kiosk-pin-with-pwd, #kiosk-login.kiosk-login-new input.kiosk-pwd {
  width: 25vw !important;
  display: inline-block;
}
#kiosk-login.kiosk-login-new input.kiosk-pin-solo {
  width: 65vw !important;
}
#kiosk-login.kiosk-login-new #kiosk-pin-row, #kiosk-login.kiosk-login-new #kiosk-pwd-row {
  display: inline-block;
}
#kiosk-login.kiosk-login-new .kiosk-pin-label, #kiosk-login.kiosk-login-new .kiosk-pwd-label {
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
}
#flash-container {
  position: absolute;
  top: 0.5em;
  width: 90vw;
}
#flash-container .alert-warning p {
  font-weight: bold;
  font-size: 2em;
  color: red;
  margin-top: 10px;
  padding-bottom: 0;
}
.ui-keyboard-keyset, .ui-keyboard-preview-wrapper {
  text-align: center;
  width: 100%;
}
.ui-keyboard-keyset .ui-keyboard-button {
  width: 6vw;
  height: 5vh;
  font-weight: bolder;
  font-size: 1.25em;
}
.ui-keyboard-button.ui-keyboard-actionkey {
  width: 11vw;
}
.ui-keyboard-button.ui-keyboard-space {
  width: 25vw;
}
.ui-keyboard-preview-wrapper input {
  width: initial;
}
.ui-widget-content-numeric-only .ui-keyboard-button-numeric-only {
  width: 10vw;
  height: 8vh;
  font-size: 1.5em;
}
@media (min-width: 801px)  {
    #kiosk-login.kiosk-login-new-half .btn-kiosk {
      padding: 4vh 0vw;
      width: 30%;
      margin: 5px;
      font-size: 35px;
    }
    #kiosk-login.kiosk-login-new-half .kiosk-login-row {
      width: 50vw;
    }
    #kiosk-login.kiosk-login-new-half form {
      width: 50vw;
      display: flex;
      justify-content: center;
    }
    #kiosk-login.kiosk-login-new-half .kiosk-login-well {
    }
    #kiosk-login.kiosk-login-new-half #kiosk-login-button-submit, #kiosk-login.kiosk-login-new-half #kiosk-login-button-cancel {
      padding: 3vh 0vw;
      width: 15vw !important;
    }
    #kiosk-login.kiosk-login-new-half #kiosk-login-button-cancel.kiosk-cancel-button-withzero {
      padding: 4vh 0vw;
      width: 20vw !important;
    }
    #kiosk-login.kiosk-login-new-half #kiosk-login-button-submit.kiosk-login-button-wide {
      padding: 3vh 3vw;
      width: 28vw !important;
    }
    #kiosk-login.kiosk-login-new-half .kiosk-login-textrow {
      width: 50vw;
    }
    #kiosk-login.kiosk-login-new-half #pin.kiosk-pin-with-pwd, #kiosk-login.kiosk-login-new-half input.kiosk-pwd {
      width: 13vw !important;
    }
    #kiosk-login.kiosk-login-new-half input.kiosk-pin-solo {
      width: 33vw !important;
    }
    #kiosk-login.kiosk-login-new-half .form-holder-row {
      justify-content: center;
    }
}
@media (max-width: 800px)  {
  #page-wrapper {
    padding-top: 5px;
  }
    #kiosk-login.kiosk-login-new .btn-kiosk {
    margin: 4px 8px;
  }
  #kiosk-login.kiosk-login-new .kiosk-login-well {
    width: 100vw !important;
    min-width: 650px !important;
    padding: 0 !important;
    max-width: 800px;
    margin: 0 !important;
  }
  #kiosk-login.kiosk-login-new .kiosk-login-row {
    width: 100vw;
    max-width: 800px;
    margin: 0;
  }
  .row > * {
    padding: 0;
  }
  .container {
    max-width: 800px;
    margin: 0;
  }
  #page-wrapper {
    padding: 0;
  }
  #kiosk-login.kiosk-login-new form {
    max-width: 800px;
  }
  #kiosk-login.kiosk-login-new .btn-kiosk {
    padding: 5vh 0vw;
    margin: 6px;
  }
  #kiosk-login.kiosk-login-new #kiosk-login-button-cancel.kiosk-cancel-button-withzero {
    padding: 5vh 0vw;
  }
  #kiosk-login.kiosk-login-new #kiosk-login-button-submit, #kiosk-login.kiosk-login-new #kiosk-login-button-cancel {
    padding: 4vh 0vw;
    margin: 6px;
    max-width: 40vw;
  }
  #kiosk-login.kiosk-login-new img {
    display: none;
  }
  .complex-editor-form .btn {
    line-height: 80%;
    padding: 0.5em 1.5em !important;
  }
  .complex-editor-form-actions button.btn {
    /*line-height: 90%;
    padding: 0.5em 1.5em !important;*/
    padding: 0.7em 1.5em !important;
  }
  .kiosk-checkout-action, .kiosk-checkin-action {
    padding-bottom: 0;
  }
}
@media (max-height: 600px)  {
    #kiosk-login.kiosk-login-new input.input-kiosk {
      height: 1em;
      padding: 0;
      margin: 5px;
    }
    #kiosk-login.kiosk-login-new .btn-kiosk, #kiosk-login.kiosk-login-new #kiosk-login-button-cancel,
      #kiosk-login.kiosk-login-new #kiosk-login-button-cancel.kiosk-cancel-button-withzero,
      #kiosk-login.kiosk-login-new #kiosk-login-button-submit {
      margin: 4px;
      padding: 4vh 0vw;
      font-size: 32px;
    }
}
.kiosk-super-duration input, .kiosk-super-spin input {
  max-width: 3em;
}
.combo-as-radio+span:before, .combo-as-radio+span:after {
  width: 1.1em;
  height: 1.1em;
}
.popupeditor-container label.control-label {
  text-decoration: none;
}
div[role=dialog], .ui-dialog .ui-dialog-content {
  overflow-x: hidden;
}
div.alert-warning {
  background: red;
}
div.alert-warning button.close {
  color: white !important;
  opacity: 1;
  font-size: 3em;
}
#flash-container .alert-warning p {
  color: white;
}
.modal-backdrop.in {
  display: none;
}
.complex-editor-form-actions {
  max-width: 100%;
}
#checkin-confirm-button {
  max-width: calc(min(100%, 95vw)) !important;
}
.btn-kiosk-checkin-confirm:before, .btn-kiosk-checkcancel-confirm:before, .btn-kiosk-checkout-confirm:before {
  position: relative;
  top: 5px;
}
body.kiosk-body .list-view-block-container {
  overflow-x: hidden;
}
/* Page skin: Kiosk login (#76, 15/47) (no variable content) */
.kiosk-login-row.kiosk-login-textrow {
  justify-content: center;
}
.kiosk-checkin-extra-text,
.kiosk-checkout-extra-text {
  display: inline-block;
}
.kiosk-checkin-extra-text {
  display: inline-block;
}
.kiosk-login-new-half #kiosk-login-button-submit {
  max-width: 80% !important;
}
#kiosk-login.kiosk-login-new .kiosk-login-row {
  display: flex;
}
.kiosk-login-prefix-row {
  border: 1px solid #8080805c;
  padding: 5px;
  max-width: 90vw;
  width: fit-content;
}
@media (min-width: 800px) {
  .kiosk-login-prefix-row {
    margin: 0 auto;
  }
}
.kiosk-login-prefix-head {
  font-weight: bold;
}
.kiosk-login-prefix-group {
  display: flex;
  padding: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.kiosk-login-prefix-row span {
  font-size: 1.5rem !important;
  padding-right: 1em;
}
.kiosk-login-prefix-row span:before {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0 !important;
  top: -3px !important;
}
.kiosk-login-prefix-row span:after {
  width: 2rem !important;
  height: 2rem !important;
  margin: 0 !important;
  top: -3px !important;
}
/* using supercached content from  */
/* Page skin: Kiosk reports (#77, 16/47) */
.kioskPrintReportButton {
  padding: 0.6em 1em;
  color: white;
  border-radius: 6px;
}
.kioskPrintReportButton:focus, .kioskPrintReportButton:hover {
  color: white;
  text-decoration: none;
}
.kioskPrintReportButtonLine {
  font-size: 2rem;
  padding-bottom: 1em !important;
}

/* using supercached content from  */
/* Page skin: Kiosk old messages block styling (#78, 17/47) */
#kiosk-message #messages-item .modal-header {
  padding: 0;
}
#kiosk-message #messages-item .span5 {
  width: 90vw;
}
#kiosk-message #messages-item .span5 .row {
  display: flex;
}
#kiosk-message #messages-item .row .span1 {
  min-width: 10vw;
  margin-right: 2em;
  text-align: initial !important;
}

/* Page skin: Kiosk toasts (#79, 18/47) (no variable content) */
#toast-container .toast-title {
  text-align: center;
  width: 100%;
  font-size: 2rem;
}
#toast-container .toast-close-button {
  display: none;
}
#toast-container .toast-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#flash-container div.alert {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0 40px;
  border-radius: 20px;
}
#flash-container div.alert button {
  margin-right: 1em;
  border-radius: 10px;
  border: 1px solid currentcolor;
  padding: 0 10px 6px 10px;
}
#flash-container div.alert > p {
  margin: 10px 10px;
}
div.row.flash-row {
  margin-bottom: 0;
  height: 0;
}
/* using supercached content from  */
/* Page skin: Survey styling (#81, 19/47) */
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;
}
div[id*=any_live_survey] .combo-as-radio-wrap, div[id*=any_live_survey] .combo-as-radio-wrap+p {
  display: inline-block;
  margin-right: 1em;
}
div[id*=any_live_survey] .combo-as-radio-wrap, div[id*=any_live_survey] .combo-as-radio-wrap+p {
  display: inline-block;
  margin-right: 1em;
}
body.kiosk-body .complex-editor.survey-completion-block .combo-as-radio-wrap {
  font-size: 1.1em;
}
body.kiosk-body div[id*=any_live_survey] .combo-as-radio+span {
  font-size: 1.1em;
}
body.kiosk-body .complex-editor-form .complex-editor-field-line {
  margin-top: 10px;
}
body.kiosk-body .combo-as-radio-wrap:first-of-type {
  margin-top: 0;
}
.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;
}
.survey-container-container .survey-indicator-span,
.survey-indicator-span-parent {
  display: none !important;
}
.survey-unavailable-message-err-code {
  font-family: monospace;
  font-weight: bold;
  font-size: 1.5rem;
  border: 1px solid #8080808a;
  border-radius: 5px;
  width: fit-content !important;
  margin: 0 auto;
  padding: 5px;
}

/* Page skin: Kiosk super spin (#85, 20/47) (no variable content) */
.kiosk-super-spin input, .kiosk-super-duration input {
  outline: none;
  font-size: 600%;
  font-weight: bold;
  margin: 10px 0;
  text-align: center !important;
  height: auto;
  box-shadow: none;
  border: none;
}
.kiosk-super-spin input:focus, .kiosk-super-duration input:focus {
  border: none;
  box-shadow: none;
  background-color: white;
}
.kiosk-super-spin .ui-spinner, .kiosk-super-duration .ui-spinner {
  border: none;
}
.kiosk-super-spin .ui-spinner:hover, .kiosk-super-duration .ui-spinner:hover {
  text-decoration: none;
}
.kiosk-super-spin > label:first-of-type, .kiosk-super-duration > label:first-of-type {
  font-size: 200%;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
}
.kiosk-super-duration input, .kiosk-super-spin input {
  background-color: white;
}
.kiosk-super-spin .ui-widget-content .ui-spinner-up, .kiosk-super-spin .ui-widget-content .ui-spinner-down,
.kiosk-super-duration .ui-widget-content .ui-spinner-up, .kiosk-super-duration .ui-widget-content .ui-spinner-down {
  width: 10em;
}
.kiosk-super-duration .ui-widget-content .ui-spinner-up:after,  .kiosk-super-duration .ui-widget-content .ui-spinner-down:after,
  .kiosk-super-spin .ui-widget-content .ui-spinner-up:after, .kiosk-super-spin .ui-widget-content .ui-spinner-down:after {
  content: "\f0aa";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 1000%;
  top: 25%;
  left: 0;
  z-index: 1;
}
.kiosk-super-duration .ui-widget-content .ui-spinner-up:after, .kiosk-super-spin .ui-widget-content .ui-spinner-up:after {
  content: "\f0aa";
  top: 35%;
}
.kiosk-super-duration .ui-widget-content .ui-spinner-down:after, .kiosk-super-spin .ui-widget-content .ui-spinner-down:after  {
  content: "\f0ab";
  top: 35%;
}
.kiosk-super-duration input, .kiosk-super-spin input {
  padding: 20px !important;
  text-align: center;
}
.kiosk-super-duration, .kiosk-super-spin {
  padding: 5px;
  margin: 5px;
  border: 1px solid black;
}
.kiosk-super-time-captions {
  width: 100%;
}
.kiosk-super-time-label-hours, .kiosk-super-time-label-minutes {
  width: 50%;
  text-align: center;
  font-size: 200%;
  font-style: italic;
  padding-bottom: 5px;
}
.kiosk-super-time-label-hours span, .kiosk-super-time-label-minutes span {
  text-decoration: underline;
}
/* Page skin: Kiosk super spin 2 (#86, 21/47) (no variable content) */
.ui-spinner-input {
  width: 2.75em !important;
}
.kiosk-super-duration2 .ui-widget-content .ui-spinner-up:after, .kiosk-super-spin2 .ui-widget-content .ui-spinner-up:after,
.kiosk-super-duration2 .ui-widget-content .ui-spinner-down:after, .kiosk-super-spin2 .ui-widget-content .ui-spinner-down:after {
  font-size: 900% !important;
  position: relative;
}
.ui-spinner a:hover {
  text-decoration: none !important;
}
.kiosk-super-duration2, .kiosk-super-spin2 {
  border-radius: 10px;
}
.kiosk-super-time-label-hours, .kiosk-super-time-label-minutes {
  padding-bottom: 0;
}
.kiosk-super-spin2 > label:first-of-type, .kiosk-super-duration2 > label:first-of-type {
  padding-bottom: 0;
}
.kiosk_integer button,
.kiosk_float button,
.kiosk_duration button,
.kiosk_time button,
.kiosk_time button:focus,
.kiosk_integer button:hover,
.kiosk_float button:hover,
.kiosk_duration button:hover,
.kiosk_time button:hover {
  background: #333;
  color: white;
  padding: 18px 20px;
  min-width: 2em;
  border-radius: 100px;
  text-shadow: none;
  border: none;
}
.kiosk_time .time-separator {
  padding-top: 0.7em;
  padding-bottom: 0;
  opacity: 0;
}
.kiosk_time {
  max-width: 40vw;
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
}
.kiosk-spinny-edit-wrapper button:focus, .kiosk-spinny-edit-wrapper button:active:focus,
.kiosk-spinny-edit-wrapper btn:focus, .kiosk-spinny-edit-wrapper btn:active:focus {
  outline: none;
}
.kiosk-spinny-edit-wrapper .kiosk-spinny-placeholder {
  display: none;
}
.kiosk-spinny-edit-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.kiosk-super-duration2 input, .kiosk-super-spin2 input {
  min-width: auto;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 2.5em !important;
}
.kiosk-super-spin2 .ui-spinner, .kiosk-super-duration2 .ui-spinner {
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.kiosk-super-spin2 input, .superspin-2 + input {
  text-align: center !important;
  padding: 0 !important;
  margin: -0.1em 0 !important;
  color: #333;
}
.superspin-2-time:not(.superspin-2a) + input {
  margin-top: -0.2em !important;
  margin-bottom: -0.2em!important;
}
.kiosk-super-duration2 .ui-spinner a.ui-spinner-button,
.kiosk-super-spin2 .ui-spinner a.ui-spinner-button {
  position: relative;
  overflow: visible;
  width: auto;
  text-indent: 0;
  background: none;
  border-left: none;
}
.kiosk-super-duration2 .ui-spinner a.ui-spinner-button:active,
.kiosk-super-spin2 .ui-spinner a.ui-spinner-button:active {
  border: none !important;
}
.kiosk-super-duration2 .controls {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
a.superspin-2:after {
  content: "" !important;
}
a.superspin-2 svg {
  background: #333;
  color: white;
  border-radius: 100px;
  width: 1em !important;
  padding: 15px;
  font-size: 10em;
}
a.superspin-2 {
  width: auto;
}
.kiosk-spinny-edit-wrapper .meridianValueDisplay,
.kiosk-spinny-edit-wrapper .minuteValueDisplay,
.kiosk-spinny-edit-wrapper .hourValueDisplay {
  margin-top: 0.1em;
}
.kiosk-spinny-edit-wrapper .kiosk_time > label:first-of-type,
.kiosk-spinny-edit-wrapper .kiosk-super-duration2 > label:first-of-type,
.kiosk-spinny-edit-wrapper .kiosk-super-spin2 > label:first-of-type {
  background: #333;
  color: white;
  margin-bottom: 10px;
  padding: 0 10px;
}
a.superspin-2.superspin-2a {
  text-indent: unset !important;
  background: none !important;
  border: none;
  margin-top: 0 !important    ;
  width: unset !important;
  height: 128px;
}
a.superspin-2.superspin-2a img {
  vertical-align: unset;
}
img.supersupin-2-down {
  transform: rotate(180deg);
}
/* Page skin: Kiosk checkin/checkout (#87, 22/47) (no variable content) */
.kiosk-checkout-body .application-field-text:not(.ui-spinner-input) {
  margin-top: 0;
  font-size: 3rem;
  min-width: 50vw;
}
.kiosk-checkout-body .application-field-memo {
  margin-top: 0;
  font-size: 3rem;
  min-width: 50vw;
}
.kiosk-checkout-body .application-field-checkbox {
  font-size: 3rem;
}
.kiosk-checkout-body .application-field-checkbox .label-inner {
  line-height: 1 !important;
}
.kiosk-checkout-body .application-field-checkbox .label-inner {
  padding-left: 1.5em !important;
}
.kiosk-checkout-body .application-field-checkbox .label-inner:before {
  top: -8px;
}
.kiosk-checkout-body .application-field-checkbox [type="checkbox"]:not(.checkbox-as-button) + span:not(.lever) {
  padding-left: 45px;
}
.kiosk-checkout-body .application-field-checkbox [type="checkbox"]:checked + span:not(.lever):before {
  border-right-width: 10px !important;
  border-bottom-width: 10px !important;
  transform: rotate(312deg) scaleX(-1);
  left: -5px !important;
}
.kiosk-checkout-body .application-field-checkbox [type="checkbox"]:not(.lever) + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  width: 38px;
  height: 38px;
  border-width: 5px;
  top: -8px;
  left: 0.25em;
}
.checkin-confirm-actions.double-check::before,
.checkin-confirm-actions.double-check::after {
  Font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
  border-radius: 50%;
  padding: 10px;
  background: yellow;
  color: red;
}
.checkin-confirm-actions.double-check::before {
  content: "\f30b";
}
.checkin-confirm-actions.double-check::after {
  content: "\f30a";
  margin-left: 10px;
}
/* Page skin: Relative dates styling (#91, 23/47) (no variable content) */
.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-ex {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
}
.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;
}
/* Page skin: Dropzone (#96, 24/47) (no variable content) */
.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;
}
/* Page skin: Automatic flex classes (#117, 25/47) (no variable content) */
.autoflex-left {
  text-align: left;
}
.autoflex-right {
  text-align: right;
}
.autoflex-left {
  text-align: left;
}
.autoflex-center {
  text-align: center;
  align-items: center;
}
.autoflex {
  display: flex;
  justify-content: space-around;
}
.autoflex-stretch, .autoflex-column-stretch, .autoflex-column-100-stretch, .autoflex-100-stretch {
  align-items: stretch;
}
.autoflex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.autoflex-wrap .autoflex-left {
  align-items: flex-start;
}
.autoflex-wrap .autoflex-right {
  align-items: flex-end;
}
.autoflex-column, .autoflex-column-100 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.autoflex-100, .autoflex-column-100 {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-around;
}
/* Page skin: Full page messages (#127, 26/47) (no variable content) */
.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%;
}
/* Page skin: Expiring various cards (#128, 27/47) (no variable content) */
.expiring-something-inline-holder {
}
.expiring-something-card h1 {
  font-size: 2em;
  margin: 0;
  margin-right: 3em;
  color: white;
}
.expiring-something-card {
  background: #890e0e;
  color: white;
  padding: 10px;
  min-width: 45%;
  max-width: 500px;
  border-radius: 5px;
}
.expiring-something-card .expiring-something-line {
  display: block;
  line-height: initial;
}
.expiring-something-card .expiring-cert-line.expiring-something-exp-date {
  text-align: center;
  margin-bottom: 10px;
}
.expiring-something-card .card-closer-button {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 2rem;
  cursor: pointer;
}
/* Page skin: Kiosk checkout inline surveys (#132, 28/47) (no variable content) */
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;
  font-size: 1.3rem;
}
.checkout-survey-quick-question .combo-as-radio:checked+span:before {
  margin-right: 0;
}
/* Page skin: Floating demo box/schedule lookup (#136, 29/47) (no variable content) */
.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;
}
#sidebar-rewrap .floatingdemobox {
  right: 1em;
  left: unset;
}
/* Page skin: Google Maps static embed image (#144, 30/47) (no variable content) */
img.google-maps-static-image {
  max-width: 100%;
}
/* using supercached content from  */
/* Page skin: jQuery date picker (#148, 31/47) */

.ui-datepicker select.ui-datepicker-year {
  min-width: 50%;
  background: white;
  color: currentcolor;
  font-weight: bold;
  padding: 5px;
}
.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;
}
.ui-datepicker select.ui-datepicker-year {
  background: white;
  color: currentcolor;
  padding: 5px;
}

/* Page skin: Asynch mouseover hints (#149, 32/47) (no variable content) */

.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;
}
/* Page skin: Accessibility: top menu (#167, 35/47) */
.dropotron a:focus {
  text-decoration: underline;
}
.dropotron li > a:focus, .dropotron li > span:focus,
.dropotron a:focus,  .dropotron li > span.arrow:focus, #nav > ul li a:focus {
  background: rgba(0, 0, 0, 0.15);
}
#page-header nav ul li:focus a {
  background: rgba(0, 0, 0, 0.15);
}
nav ui li:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropotron a:focus,  .dropotron li > span.arrow:focus, #nav > ul li a:focus {
  border-bottom: 1px solid yellow !important;
}

/* Page skin: Hyperlink standardize display (#175, 37/47) (no variable content) */
a.alwaysblue {
  color: blue !important;
  text-decoration: underline !important;
}
/* Page skin: FullCalendar extras (#176, 38/47) (no variable content) */

.anywhere-tool-separate-results-calendar-block {
  margin-top: 2em;
}
/* Page skin: Materialize spinner fixup (#191, 39/47) */
#vsys-modal-spinner {
  left: 12.5vw;
  width: 66vw;
}
.vsys-spinner.modal .progress {
  margin-bottom: 0;
  margin-top: 0;
  height: 25px;
  width: 66vw;
}

/* Page skin: Signature blocks (#194, 40/47) (no variable content) */
.signature-independent {
  border: 1px solid gray;
  padding: 5px;
}
.signature-independent-inputs {
   display: none;
 }
/* Page skin: Font Awesome extras (#199, 41/47) (no variable content) */
.fax-green {
  color: green;
}
.fax-red {
  color: red;
}
.fax-blue {
  color: blue;
}
.fax-orange {
  color: orange;
}
.fax-gray {
  color: gray;
}
/* Page skin: VSys Live - password force refresh (old style) (#203, 42/47) (no variable content) */
#changepassword_container #flash-container {
  position: initial;
  margin-bottom: 1em;
}
#change_password_form {
  display: flex;
  justify-content: center;
}
#change_password_form form {
  background: white;
}
#changepassword_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  background: none !important;
}
#changepassword_container form {
}
#change_password_form form {
  padding: 1em;
  border: 3px solid red;
}
#change_password_form input[type="submit"] {
  background-image: none !important;
  background-color: #f5f5f5;
  color: black;
  border: 1px solid black;
  padding: 1em !important;
}
#change_password_form .form-actions {
  text-align: right;
}
/* Page skin: jQuery dialogs (#212, 43/47) */
.ui-dialog-titlebar:focus-visible {
  outline: none;
}

/* Page skin: Anywhere system config reports (#227, 44/47) (no variable content) */
.system-config-report-inactive {
  color: gray;
  font-weight: bold;
  margin-left: 10px;
}
.system-config-report-count {
  margin-left: 10px;
  color: darkgreen;
  font-weight: bold;
}
.system-config-report-count::before,
.system-config-report-inactive::before {
  content: "(";
}
.system-config-report-count::after,
.system-config-report-inactive::after {
  content: ")";
}
.system-config-report-parent {
  margin-right: 10px;
  padding: 2px 5px;
  font-weight: bold;
}
.system-config-report-parent::before {
  content: "(";
}
.system-config-report-parent::after {
  content: ")";
}
/* Page skin: FAQ generic (#230, 45/47) (no variable content) */
.faq-item-wrap.faq-item-not-accumulated {
  display: none;
}
/* Page skin: Listings-as-merge-templates special (#231, 46/47) (no variable content) */
.listview-group-break {
  display: none;
}
.listview-group-break.listview-merge-group-break-next {
  width: 100%;
  display: block;
}
/* Page skin: Person name merge fields helper (#234, 47/47) (no variable content) */
.fc-content .name-element + .name-element {
  margin-left: 0.2em;
}
/* this page's explicit CSS */
.VOXIHTMLBlock { padding: 0px; }
.row > div { padding: 10px; }
#main-wrapper .container { width: 95vw; margin: 0px; }

@media (max-width: 800px) {
  .x6u { padding-top: 0px !important; padding-bottom: 0px !important; }
}


