/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/**
 * Use a comfortable measure in all browsers (opinionated).
 */

html {
    padding: 0;
}

/**
 * Restrict sizing to the page width in all browsers (opinionated).
 */

iframe,
img,
input,
select,
textarea {
    max-width: 100%;
    height: auto;
}

/* Document
 * ========================================================================== */


/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
    vertical-align: inherit; /* 2 */
    text-decoration: inherit; /* 1 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    line-height: 1.5; /* 2 */
    cursor: default; /* 1 */
    word-break: normal; /* 6 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    -webkit-tap-highlight-color: transparent /* 4 */;
    -ms-text-size-adjust: 100%; /* 5 */
    -webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
    overflow: visible; /* 2 */
    height: 0; /* 1 */
}

/**
 * Add the correct display in IE.
 */

main {
    display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
    padding: 0;
    list-style: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
    border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
    fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
    border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
    margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
    overflow: visible; /* 1 */
    text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em; /* 2 */
    border: 1px solid #A0A0A0; /* 1 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
    overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    white-space: normal; /* 1 */
    color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
    text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
    overflow: auto; /* 2 */
    width: 100%;
    margin: 0; /* 1 */
    resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px; /* 2 */
    -webkit-appearance: textfield; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    opacity: 0.54;
    color: inherit;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    font: inherit; /* 2 */
    -webkit-appearance: button; /* 1 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
    box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
    display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: auto;
    padding: 1em;
    color: black;
    border: solid;
    background-color: white;
}

dialog:not([open]) {
    display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation; /* 1 */
    touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
    cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
    cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
    cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
    display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */

button,
input,
select,
textarea {
    font: inherit; /* 2 */
    padding: 0.25em 0.375em; /* 1 */
    letter-spacing: inherit; /* 2 */
    color: inherit; /* 1 */
    border: 1px solid WindowFrame; /* 1 */
    background-color: transparent; /* 1 */
}

button:hover {
    cursor: pointer;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select {
    width: 100%;
    padding-right: 1em;
    border-radius: 0;
    background: no-repeat right center / 1em;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */

::-ms-expand {
    display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
}

/***
 * Custom styles
 */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #A7A7A7;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #A7A7A7;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #A7A7A7;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #A7A7A7;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*padding: 1em;*/
}

@media (min-width: 68.571em) {
    .container {
        padding: 0;
    }
}

.header {
    padding-left : 5px; 

}

.header__logo {
    max-width: 275px;
}


@media (min-width: 768px) {
    .main-title {
        margin-left: 40px;
    }
}


main {
    min-height: 89vh;
    background-color: #EEEDEC;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

bold,
.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.bg-red {
    color: #FFFFFF;
    background-color: #C10A0A;
}

.padding-20 {
    padding: 1.429rem;
}

@media (max-width: 767px) {
    .padding-20 {
        padding: 0.714em;
    }
}

.warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size : 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.icon-warning {
    padding-right : 20px;
}

@media (max-width: 767px) {
    .icon-warning {
        display: none;
    }
}

.warning p {
    position: relative;
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .warning p {
        position: relative;
        margin-bottom: 0 !important;
        margin-left: 40px;
    }
}

.form-intructions {
    font-size: 1rem;
    line-height: 21px;
    color: #262626;
}

@media (max-width: 767px) {
    .form-intructions,
    .header {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.form-intructions p {
    margin-top: 0;
}

@media (max-width: 767px) {
    .form-intructions p {
        margin-bottom: 0;
    }
}


/* Progess Bar */
.alpaca-wizard-nav {
    position: relative;
    padding-bottom: 2.143rem;
}

@media (max-width: 767px) {
    .alpaca-wizard-nav {
        padding-bottom: 0;
        background-color: #FFFFFF;
    }
}

@media (min-width: 768px) {
    .alpaca-wizard-nav {
        padding-top: 2.143rem;
    }
}

.navbar-default select {
    color: #013066;
    background-color: #FFFFFF;
}

.show-current {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #013066;
    border-bottom: 1px solid #DAD8D7;
    background: no-repeat url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg xmlns:xlink="http://www.w3.org/1999/xlink" width="10px" height="10px" viewBox="0 0 10 10" version="1.1" xmlns="http://www.w3.org/2000/svg"%3E%3C!-- Generator: sketchtool 58 (101010) - https://sketch.com --%3E%3Ctitle%3EE78D20FF-182F-492C-8D65-C518BAF32E01%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id="Asset-Artboard-Page" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"%3E%3Cg id="Icone-/-Angle-/-Down" fill="%23262626"%3E%3Cpath d="M5.90403974,4.99570269 L2.27766555,8.56297797 C1.94319578,8.8919969 1.94352284,9.42512063 2.27839605,9.75374317 C2.61326927,10.0823657 3.15587896,10.0820444 3.49034873,9.75302543 L7.72233445,5.59000825 C8.05680439,5.26098916 8.05647713,4.72786509 7.72160351,4.39924263 L3.48961779,0.246256402 C3.15474433,-0.0823658913 2.61213463,-0.0820441642 2.27766511,0.246974999 C1.94319559,0.575994163 1.94352304,1.1091179 2.27839649,1.43774019 L5.90403974,4.99570269 Z M7.06710508,5.04307602 C7.04007241,5.01654799 7.040046,4.97351156 7.06704607,4.94695151 L7.0181581,4.99504275 L7.06710508,5.04307602 Z" id="Right" transform="translate(5.000000, 5.000000) rotate(90.000000) translate(-5.000000, -5.000000) "%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E') transparent 98% 50%;

}

@media (min-width: 768px) {
    .show-current {
        display: none;
    }
}

/* nav */
.navbar-default .navbar-nav {
    font-weight: bold;
    line-height: 1.7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #747474;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        position: absolute;
        z-index: 2;
        right: 0;
        left: 0;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        border-bottom: 1px solid #DAD8D7;
        background-color: #FFFFFF;
    }
}

/* ul */

ul.navbar-nav {
    margin-top: 0;
    padding-top: 21px;
    display: flex;
    justify-content: center;
}


/* li */
.navbar-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}

.navbar-nav li .chevron,
.navbar-nav li .holder {
    display: inline-block;
}

.navbar-nav li .chevron {
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .navbar-nav li .chevron {
        display: none;
    }
}

.navbar-nav li .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .navbar-nav li .holder {
        margin-bottom: 16px;
    }
}

.navbar-nav li .holder::before {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
    background-color: #DAD8D7;
}

@media (max-width: 767px) {
    .navbar-nav li .holder::before {
        margin-right: 0;
        border-radius: 0;
        background: transparent;
    }
}

.navbar-nav li:first-child .holder::before {
    content: "1";
}

.navbar-nav li:nth-child(2) .holder::before {
    content: "2";
}

.navbar-nav li:nth-child(3) .holder::before {
    content: "3";
}

.navbar-nav li:nth-child(4) .holder::before {
    content: "4";
}

.navbar-nav li:nth-child(5) .holder::before {
    content: "5";
}

.navbar-nav li:nth-child(6) .holder::before {
    content: "6";
}

@media (max-width: 767px) {
    .navbar-nav li:first-child .holder::before {
        content: "1 - ";
    }

    .navbar-nav li:nth-child(2) .holder::before {
        content: "2 - ";
    }

    .navbar-nav li:nth-child(3) .holder::before {
        content: "3 - ";
    }

    .navbar-nav li:nth-child(4) .holder::before {
        content: "4 - ";
    }

    .navbar-nav li:nth-child(5) .holder::before {
        content: "5 - ";
    }

    .navbar-nav li:nth-child(6) .holder::before {
        content: "6 - ";
    }
}

.navbar-nav li:not(:last-child) .chevron::after {
    font-size: 1em;
    font-weight: normal;
    display: block;
    width: 10px;
    height: 100%;
    content: "";
    color: #111111;
    background: no-repeat url("../img/right.svg") transparent 50% 50%;
}

/* Disabled */
.navbar-nav li.disabled {
    cursor: not-allowed;
}

/* Active */
.navbar-nav li.active {
    cursor: default;
}

.navbar-nav li.active .holder {
    color: #013066;
    border-radius: 12px;
    background-color: #FFFFFF;
}

@media (max-width: 767px) {
    .navbar-nav li.active .holder {
        border-radius: 0;
        background: transparent;
    }
}

.navbar-nav li.active .holder::before {
    background-color: #FFFFFF;
}

/* Completed */
.navbar-nav li.completed,
.navbar-nav li.visited {
    cursor: pointer;
}

.navbar-nav li.completed,
.navbar-nav li.visited {
    color: #111111;
}

.navbar-nav li.visited .holder::before,
.navbar-nav li.completed .holder::before {
    color: #013066;
    background-color: #FFFFFF;
}

/* Buttons next - previous */
.alpaca-wizard-buttons {
    position: relative;
    overflow: auto;
    min-height: 1px;
    padding: 20px 15px 50px 15px;
}

@media (min-width: 768px) {
    .alpaca-wizard-buttons {
        padding-right: 1px;
        padding-left: 1px;
    }
}

@media (max-width: 767px) {
    .alpaca-wizard-buttons .pull-left,
    .alpaca-wizard-buttons .pull-right {
        margin-bottom: 20px;
        text-align: center;
    }
}

.alpaca-wizard-buttons::after {
    float: none;
    clear: both;
    content: "";
}

.alpaca-wizard-buttons button {
    font-weight: bold;
    line-height: 1;
    padding: 13px 15px;
    text-transform: uppercase;
    border: 1px solid #ED782F;
}

.alpaca-wizard-buttons button:hover {
    cursor: pointer;
}

.alpaca-array-toolbar {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

.alpaca-array-toolbar-action {
    font-weight: 700;
    display: block;
    width: 100%;
    padding-top: 20px;
    text-align: left;
    text-transform: uppercase;
    color: #ED782F;
    border: 0;
    border-top: 2px solid #ED782F;
    -webkit-appearance: none;
}

div[data-alpaca-field-name="damages"] .alpaca-array-toolbar-action[data-alpaca-array-toolbar-action="add"] {
    display: none;
}

[alpaca-array-toolbar-position-bottom] {
    -ms-flex-item-align: initial;
    -ms-grid-row-align: initial;
    align-self: initial;
}

button[data-alpaca-wizard-button-key="next"],
button[data-alpaca-wizard-button-key="submit"] {
    color: #FFFFFF;
    background-color: #ED782F;
}

@media (max-width: 767px) {
    [data-alpaca-wizard-button-key="submit"] {
        position: absolute;
        left: 15px;
        right: 0;
        width: 93%;
        top: 6em;
    }
}

button[data-alpaca-wizard-button-key="previous"] {
    color: #ED782F;
    background-color: transparent;
}

button[data-alpaca-wizard-button-key="next"]::after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    content: url('data:image/svg+xml,%3Csvg height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="m2.55648517 9.27336969c-.16554474.16636845-.16538287.43594251.00036156.60211052.16574443.16616799.43430736.16600549.5998521-.00036292l4.55708627-4.57976105c.16554483-.16636853.16538286-.43594276-.00036178-.60211074l-4.55708626-4.56872593c-.16574455-.16616789-.43430749-.16600521-.59985211.00036336s-.16538255.43594263.000362.60211052l4.256979 4.26785213z" fill="%23fff"/%3E%3C/svg%3E');
    background-size: 10px 10px;
}

button[data-alpaca-wizard-button-key="next"][data-disabled="true"] {
    cursor: not-allowed;
    border-color: #DAD8D7;
    background-color: #DAD8D7;
}

button[data-alpaca-wizard-button-key="previous"]::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    content: url('data:image/svg+xml,%3Csvg height="10" viewBox="0 0 10 10" width="10" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="m2.55648517 9.27336969c-.16554474.16636845-.16538287.43594251.00036156.60211052.16574443.16616799.43430736.16600549.5998521-.00036292l4.55708627-4.57976105c.16554483-.16636853.16538286-.43594276-.00036178-.60211074l-4.55708626-4.56872593c-.16574455-.16616789-.43430749-.16600521-.59985211.00036336s-.16538255.43594263.000362.60211052l4.256979 4.26785213z" fill="%23ed782f" fill-rule="evenodd" transform="matrix(-1 0 0 1 10.27027 0)"/%3E%3C/svg%3E');
    background-size: 10px 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    background-color: #FFFFFF;
}

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border: 1px solid #B6B6B6;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:checked::after {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #ED782F;
}

input[type="date"] {
    min-width: 140px;
    min-height: 30px;
    color: #A7A7A7;
    background: no-repeat url("../img/calendar.svg") #FFFFFF 95% 50% / 15px 15px;
}

input[type="date"]:focus {
    color: #111111;
}

.alpaca-field-valid > input {
    border-color: #B6B6B6;
    background-image: none;
    background-color: #FFFFFF;
}

.alpaca-invalid > input {
    border-color: #C70909;
    background: no-repeat url("../img/error.svg") #FFFFFF 98% 50%;
}

.alpaca-field-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.alpaca-field-radio label {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .alpaca-field-radio label {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .alpaca-field-radio label {
        margin-right: 20px;
    }
}

/* Tooltip */
.alpaca-field-radio {
    position: relative;
}
/* texte */
.alpaca-field-radio > p {
    display: none;
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    max-width: 215px;
    padding: 10px 15px;
    color: #FFFFFF;
    border-radius: 5px;
    background-color: #013066;
}
/* fleche */
.alpaca-field-radio > p:after {
    position: absolute;
    top: 100%;
    right: 20%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 10px;
    border-color: rgba(1, 48, 102, 0);
    border-top-color: #013066;
}
@media (min-width: 375px) {
    .alpaca-field-radio > p:after {
        right: 15%;
    }
}
@media (min-width: 414px) {
    .alpaca-field-radio > p:after {
        right: 30%;
    }
}
@media (min-width: 768px) {
    .alpaca-field-radio > p:after {
        top: 50%;
        right: 100%;
        margin-top: -10px;
        border-top-color: transparent;
        border-right-color: #013066;
    }
}
/* Icone Info */
input[value="owner_type_other"]::before {
    position: absolute;
    top: -2px;
    right: -7em;
    display: block;
    width: 15px;
    height: 15px;
    content: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8.0000001 14.4000002c3.5346224 0 6.4000001-2.8653777 6.4000001-6.4000001 0-3.53462244-2.8653777-6.40000008-6.4000001-6.40000008-3.53462244 0-6.40000008 2.86537764-6.40000008 6.40000008 0 3.5346224 2.86537764 6.4000001 6.40000008 6.4000001zm-.0000001 1.5999998c-4.418278 0-8-3.581722-8-8s3.581722-8 8-8 8 3.581722 8 8-3.581722 8-8 8zm-.00000015-8.80000016c.4418278 0 .80000001.35817221.80000001.80000002v3.19999994c0 .441828-.35817221.8000002-.80000001.8000002-.44182781 0-.80000001-.3581722-.80000001-.8000002v-3.19999994c0-.44182781.3581722-.80000002.80000001-.80000002zm0-1.59999982c-.44182781 0-.80000001-.3581722-.80000001-.80000001s.3581722-.80000001.80000001-.80000001c.4418278 0 .80000001.3581722.80000001.80000001s-.35817221.80000001-.80000001.80000001z' fill='%23262626'/%3E%3C/svg%3E");
}
/* hover input */
[name="damages_damages_damage_0_damage_owner_type_damage_owner_type_type"]:hover + p {
    display: block;
    z-index: 2;
    top: -8em;
    right: 0;
}
@media (min-width: 768px) {
    [name="damages_damages_damage_0_damage_owner_type_damage_owner_type_type"]:hover + p {
        top: -3.3em;
        right: 7em;
    }
}

.alpaca-field-checkbox,
.alpaca-field-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.alpaca-field-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.alpaca-field-date .alpaca-control-label {
    margin-right: 10px;
}

.alpaca-container-label {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #5F759A;
    width: 100%;
}

.alpaca-array-item-flex-1 {
    position: relative;
    min-height: 1px;
}

.alpaca-array-item-flex-1::after {
    float: none;
    clear: both;
    content: "";
}

[data-alpaca-field-name="files"] .alpaca-array-item-flex-1 > div {
    float: right;
}

[data-alpaca-field-name="files"] .alpaca-array-item-flex-1 > .alpaca-field {
    float: left;
}

@media (max-width: 767px) {
    [data-alpaca-field-name="files"] .alpaca-array-item-flex-1 > .alpaca-field {
        max-width: 90%;
    }
}

.alpaca-array-item-flex-1 .alpaca-field.alpaca-field-object {
    padding: 0;
}

.alpaca-array-item-flex-1 > .alpaca-container-item {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

@media (min-width: 768px) {
    .alpaca-array-item-flex-1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.page-title > .alpaca-container-label {
    font-family: "Lato", sans-serif;
    font-size: 1.714rem;
    font-weight: 900;
    line-height: 1.208em;
    position: relative;
    margin-bottom: 0.833em;
    padding-bottom: 0.417em;
    color: #5F759A;
}

@media (max-width: 768px) {
    .page-title > .alpaca-container-label {
        margin-left: 15px;
    }
    .confirmation.page-title > .alpaca-container-label {
        margin-left: 0;
    }
}

.page-title > .alpaca-container-label::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 4px;
    content: "";
    background-color: #F7C258;
}

.alpaca-container-label > span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    display: block;
    margin-top: 5px;
    color: #262626;
}

.alpaca-container-label > span.display-inline {
    display: inline;
}

.alpaca-optional > label::after {
    font-weight: normal;
    margin-left: 5px;
    color: #A7A7A7;
}

.i18n-fr .alpaca-optional > label::after {
    content: "(optionnel)";
}

.i18n-en .alpaca-optional > label::after {
    content: "(optional)";
}

.alpaca-container-item {
    max-width: 656px;
    margin: 0 auto;
}

.alpaca-field,
.alpaca-field-object {
    margin-bottom: 20px;
}

.alpaca-field.alpaca-field-object {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .alpaca-field.alpaca-field-object {
        padding-top: 20px;
    }
}

.alpaca-wizard-steps {
    overflow: hidden;
    padding-top: 40px;
    background-color: #FFFFFF;
}

@media (max-width: 767px) {
    .alpaca-wizard-steps {
        padding-top: 0;
    }
}

.alpaca-container-item.section {
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    background-color: #F6F6F6;
}

.alpaca-container-item-last.section {
    margin-bottom: 0;
    padding-bottom: 0;
}

.alpaca-container-item-last > .alpaca-field {
    margin-bottom: 0;
}

.alpaca-container-item-last {
    padding-bottom: 20px;
}

.alpaca-container-item.section::before,
.alpaca-container-item.section::after {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #F6F6F6;
}
.alpaca-container-item.section::before {
    left: -50%;
}
.alpaca-container-item.section::after {
    right: -50%;
}

.alpaca-container-item.section.section-white,
.alpaca-container-item.section.section-white::before,
.alpaca-container-item.section.section-white::after {
    background-color: #FFFFFF;
}

/* Form Grid */
.alpaca-container-item {
    width: 100%;
    -ms-grid-column-span: 12;
    grid-column: span 12;
}

.alpaca-container {
    padding-right: 1rem;
    padding-left: 1rem;
}

.alpaca-container .alpaca-container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .alpaca-container {
        display: -ms-grid;
        display: grid;
        padding: 0;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(12, 1fr);
        grid-column-gap: 20px;
    }
}

.alpaca-container-item.col-100 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
}
.alpaca-container-item.col-75 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
}
.alpaca-container-item.col-50 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
}
.alpaca-container-item.col-25 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}

label {
    font-weight: bold;
    display: block;
    margin-top: 0;
    margin-bottom: 0.286em;
}

.alpaca-control.radio {
    margin-left: 0;
}

.radio + .radio {
    margin-left: 0.714em;
}

.radio label {
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.radio input {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin-right: 0.571em;
    border: 1px solid #B6B6B6;
    border-radius: 50%;
    background-color: #FFFFFF;
    -ms-progress-appearance: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radio input:checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.571rem;
    height: 0.571rem;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ED782F;
}

.alpaca-array-actionbar-top {
    position: absolute;
    top: 0;
    right: 50%;
    display: inline-block;
}

@media (min-width: 768px) {
    .alpaca-array-actionbar-top {
        right: 80%;
    }
}

div[data-alpaca-field-name="files"] .alpaca-array-actionbar-top [data-alpaca-array-actionbar-action="delete"],
div[data-alpaca-field-name="damages"] .alpaca-array-actionbar-top [data-alpaca-array-actionbar-action="remove"] {
    display: none;
}

div[data-alpaca-field-name="files"] .alpaca-array-actionbar-top [data-alpaca-array-actionbar-action="remove"],
div[data-alpaca-field-name="damages"] .alpaca-array-actionbar-top [data-alpaca-array-actionbar-action="delete"] {
    display: block;
    overflow: hidden;
    width: 13px;
    height: 15px;
    text-indent: -500px;
    border: none;
    background: transparent url("../img/trash.svg") no-repeat center;
}

[data-alpaca-field-name="files_files_files"] .alpaca-array-actionbar-top {
    position: initial;
}

/* messages erreur */
.alpaca-message.alpaca-message-notOptional,
.alpaca-message.alpaca-message-invalidPattern,
.alpaca-message.alpaca-message-stringNotANumber,
.alpaca-message.alpaca-message-notEnoughItems {
    font-size: 10px;
    font-weight: bold;
    color: #C70909;
}

.alpaca-field-date .alpaca-message-notOptional {
    margin-bottom: 20px;
    margin-left: 1em;
}

div[data-alpaca-field-name="damages_damages_damage"] legend.alpaca-container-label {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 19px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #ED782F;
    border-bottom: 2px solid #ED782F;
    background: no-repeat url("../img/down.svg") transparent right center;
}

div[data-alpaca-field-name="damages_damages_damage"] legend.alpaca-container-label.closed {
    background-image: url("../img/up.svg");
}

.alpaca-field-radio[data-alpaca-field-name="damages_damages_damage_0_damage_owner_type"] > .alpaca-control-label,
div[data-alpaca-field-name="damages_damages_damage"] .section legend.alpaca-container-label {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    padding-top: 20px;
    text-transform: none;
    color: #5F759A;
    border: 0;
    background: none;
}

.alpaca-field-radio[data-alpaca-field-name="damages_damages_damage_0_damage_owner_type"] > .alpaca-control-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.damage_owner_type_helper {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #262626;

}

/* cache premier usager */
div[data-alpaca-field-name="damages_damages_damage"] [data-alpaca-array-actionbar-item-index="0"],
div[data-alpaca-container-item-name="damages_damages_damage_0_damage_user_damage_user_same_checkbox"],
div[data-alpaca-container-item-name="damages_damages_damage_0_damage_user_damage_user_same_list"],
div[data-alpaca-container-item-name="damages_damages_damage_0_damage_owner_type_damage_owner_other_same_checkbox"],
div[data-alpaca-container-item-name="damages_damages_damage_0_damage_owner_type_damage_owner_other_same_list"] {
    display: none !important;
}


/* Confirmation */
.confirmation {
    margin-bottom : 25px !important;
    padding-top: 15px !important;
    padding-bottom: 35px !important;
    background-color: #FFFFFF !important;
}

.confirmation p {
    color: #262626;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}

select[name$="_damage_owner_other_damage_owner_other_same_list"],
select[name$="_damage_user_damage_user_same_list"] {
    display: none;
    background-color: #FFFFFF;
}

button[type="button"][data-alpaca-wizard-button-key="submit"]:disabled {
    cursor: not-allowed;
    background-color: rgb(218, 216, 215);
    border-color: rgb(218, 216, 215);
    padding: 9px 15px;
}

.submit-loader {
    display: inline-block;
    background: no-repeat url("../img/circle-notch-solid.svg");
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: loader-spin 2s linear infinite;
    vertical-align: middle;
    margin-right: 8px;
}

/* Safari */
@-webkit-keyframes loader-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes loader-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.no-error {
    display : none;
}

.custom-error {
  padding: 10px;
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

i.error-ico {
  display: inline-block;
  width: 20px;
  text-align: center; 
  font-style: normal;
  font-weight: bold;
}

button.no-border {
   border: 0px;
}

.messages--error {
    margin-top : 30px !important;
}