/* Original CSS path: /xbl/orbeon/countdown/countdown.css */
.xbl-fr-countdown {
  display: inline-block;
}
.xbl-fr-countdown .fr-countdown-end-time {
  display: none;
}
/* Original CSS path: /apps/fr/style/form-runner-responsive.css */
@media (max-width: 980px) {
  .orbeon .fr-view {
    width: auto;
    padding: 0 10px;
  }
  .orbeon .span12 {
    width: auto;
    float: none;
  }
  .orbeon.xforms-mobile select,
  .orbeon.xforms-mobile textarea,
  .orbeon.xforms-mobile input[type="text"],
  .orbeon.xforms-mobile input[type="password"],
  .orbeon.xforms-mobile input[type="datetime"],
  .orbeon.xforms-mobile input[type="datetime-local"],
  .orbeon.xforms-mobile input[type="date"],
  .orbeon.xforms-mobile input[type="month"],
  .orbeon.xforms-mobile input[type="time"],
  .orbeon.xforms-mobile input[type="week"],
  .orbeon.xforms-mobile input[type="number"],
  .orbeon.xforms-mobile input[type="email"],
  .orbeon.xforms-mobile input[type="url"],
  .orbeon.xforms-mobile input[type="search"],
  .orbeon.xforms-mobile input[type="tel"],
  .orbeon.xforms-mobile input[type="color"] {
    font-size: 16px;
  }
  .orbeon .fr-toc-with-body.fr-toc-position-left > * {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .orbeon .fr-toc-with-body.fr-toc-position-left > * .fr-toc {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row):not(.fr-grid-css) > .fr-grid-body .fr-grid-tr .fr-grid-td {
    display: block;
  }
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row):not(.fr-grid-css).fr-repeat-multiple-rows .fr-grid-th:nth-child(n+3) {
    display: none;
  }
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row).fr-grid-css > .fr-grid-body,
  .orbeon .xbl-fr-grid .fr-grid:not(.fr-repeat-single-row).fr-grid-css > .fr-grid-repeat-iteration > .fr-grid-body {
    display: block;
  }
}
/* Original CSS path: /forms/style.css */
/* Put here Styles that will afect every form in the system, also including orbeon:builder form */

:root {
    --carters-green: #004F40;
    --carters-red: #E30513;
}

.orbeon .navbar-inverse
{
    display: none;
}

.orbeon .xforms-invalid > .xforms-alert.xforms-active, .orbeon .xforms-alert.xforms-active.xforms-invalid {
    color: var(--carters-red);    
}

.orbeon button.btn {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
}

.orbeon .btn {
    margin: 1px;
    border: 0;
    opacity: 1;
    padding: 12px 20px;
    font-weight: 600;
    text-shadow: none;
}

.orbeon .xforms-trigger-appearance-xxforms-primary .xforms-trigger .btn {
    background: var(--carters-green);
    color: #fff;
}

.orbeon .xforms-trigger .btn {
    background: lightgray;
    color: black;
}

.orbeon .fr-mode-new .xforms-required.xforms-empty .xforms-label:before, .orbeon .fr-mode-edit .xforms-required.xforms-empty .xforms-label:before, .orbeon .fr-mode-test .xforms-required.xforms-empty .xforms-label:before, .orbeon .xforms-dialog .xforms-required.xforms-empty .xforms-label:before {
    color: var(--carters-green);
} 

.alert.fr-form-description, .fr-section-title {
    display: none;
}

.orbeon .fr-body.fr-border {
    border: none;
}

.orbeon .fr-buttons {
    margin-right: 20px;    
}

@media (max-width: 768px) {
    .orbeon .fr-buttons {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.orbeon .xbl-fr-grid .fr-grid .xforms-label {
    text-transform: none;
    font-weight: bold;
    color: var(--carters-green);
}

.orbeon textarea:focus, .orbeon input[type="text"]:focus, .orbeon input[type="password"]:focus, .orbeon input[type="datetime"]:focus, .orbeon input[type="datetime-local"]:focus, .orbeon input[type="date"]:focus, .orbeon input[type="month"]:focus, .orbeon input[type="time"]:focus, .orbeon input[type="week"]:focus, .orbeon input[type="number"]:focus, .orbeon input[type="email"]:focus, .orbeon input[type="url"]:focus, .orbeon input[type="search"]:focus, .orbeon input[type="tel"]:focus, .orbeon input[type="color"]:focus, .orbeon .uneditable-input:focus {
    border-color: var(--carters-green);
    box-shadow: inset 0 1px 1px rgba(0,79,64,0.075), 0 0 8px rgba(0,79,64,0.6);
}

.orbeon .container,
.orbeon .span12 {
    width: auto;
}

.orbeon-portlet-div .row .span12 {
    width: auto;
    margin-left: 0px !important;
}

.orbeon .span12:has(> span.fr-buttons) {
    float: right;
}

.orbeon-portlet-div .row .span12 {
    width: 100%;
}

.carters-forms-field-hidden {
    display: none !important;
}


.orbeon .xforms-alert.xforms-active:before {
	content: none !important;
}

.orbeon .xforms-visited > .xforms-alert.xforms-active:not(:empty), .orbeon .xforms-visited.xforms-alert.xforms-active:not(:empty) {
    overflow: auto;
}

.orbeon .xforms-invalid > .xforms-alert.xforms-active {
    background: none;
    border: none;
}
.orbeon .xforms-alert.xforms-active {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.orbeon .xforms-invalid.xforms-visited > input, .orbeon .xforms-invalid.xforms-visited > textarea, .orbeon .xforms-invalid.xforms-visited > select {
    border: 1px solid #ccc;
}

.orbeon .xforms-visited > .xforms-alert.xforms-active:not(:empty), .orbeon .xforms-visited.xforms-alert.xforms-active:not(:empty) {
    display: block;
    clear: both;
    margin-top: .2em;
    margin-left: 0;
    height: auto;
    width: auto;
    padding: 1px;
    font-weight: normal;
    font-size: inherit;
    text-indent: 0;
    background-image: none;
    white-space: normal;
}