:root {
    --main-color: #6785c1;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
}

header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}

body {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #454545;
    background: #ededed;
}

header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a, a.active, a:hover {
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    color: #606060;
    border-left: 6px solid var(--main-color);
    padding-left: 6px;
    letter-spacing: 0;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 10px 65px;
    border-top: 4px solid var(--main-color);
    color: #909090;
    background-color: #FEFEFE;
    text-align: center;
    font-size: .8em;
    line-height: 1.2em;
}

footer.bottom {
    position: absolute;
}

footer img {
    height: 35px;
    position: absolute;
    left: 20px;
    top: 6px;
}

img {
    border: 0;
    width: auto;
    height: 100%;
}

footer ul li {
    display: inline-block;
}
footer ul li:after {
    content: "|";
    padding: 0 4px;
}
footer ul li:last-child:after {
    content:"";
    padding: 0;

}
footer ul li a:hover {
    border-bottom: 1px dotted var(--main-color) !important;
    color: var(--main-color) !important;
}

footer {
    bottom: 0;
    z-index: 15;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#userNavbar {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    text-align: right;
    color: #606060;
    background: #FEFEFE;
    border-bottom: 1px solid #DDD;
}

#userNavbar .logo {
    position: relative;
    top: 5px;
    left: 0;
    float: left;
    width: 540px;
    height: 38px;
    background: transparent no-repeat left;
    background-image: url(../images/logo.png);
    background-size: contain;
}
#userNavbar {
    border-bottom: 4px solid var(--main-color);
}
#userNavbar ul {
    float: right;
    line-height: 40px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#userNavbar ul {
    float: right;
    line-height: 40px;
}

.logo-in-fullpage {
    top: 0px !important;
}

a, a.active, a:hover {
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
}

#userNavbar .roll-menu, #configMenu .roll-menu {
    display: none;
}

.main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #ededed;
}

/*homeContainer*/
.img-background {
    display: flex;
    background: #ededed;
    width: 100%;
    height: 100%;
    background: url(../images/background.jpg) top center / cover no-repeat fixed #5288C8;
}

@media (max-width: 1024px) {
    .img-background {
        width: 100%;
    }

    .img-background {
        height: 100%;
        margin-left: 0;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }
}

/*homeContent*/
form {
    font-family: "Roboto";
    font-weight: 400;
    width: 100%;
    height: 100%;
}
.white {
    background: rgba(255,255,255,.8);
    border: 3px solid #fff;
}

/*homeContentWrapper*/
.white-background {
    display: inline-block;
    width: 90%;
    max-width: 450px;
    max-height: 76%;
    padding: 15px;
    background: rgba(255,255,255,.8);
    border: 3px solid #fff;
}

.form p {
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 400;
    margin-top: 20px;
}

.form h1 {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 34px;
    text-transform: uppercase;
}

.h2 {
    border-left: none;
    padding-left: 0;
    border-bottom: 3px solid var(--main-color);
}

.p-head {
    display: inline-block;
    border: 0;
    text-transform: none;
    font-size: 30px;
    padding-bottom: 5px;
}

.description {
    font-family: 'Arial', sans-serif;
    color: #606060;
    letter-spacing: 0;
    padding-bottom: 15px;
}

.description-message {
    font-size: 22px;
}

.debug {
    border: 1px solid red;
}

.div-error {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #CB4335;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.error-message, .error-message ul li {
    font-family: 'Roboto', sans-serif;
    color: #CB4335;
    font-weight: 600;
    font-size: 12px;
}

.form-error {
    border: 1px solid #CB4335;
    outline-color: #CB4335;
    background: #FADBD8;
}

.hidden {
    display: none;
}

.hidden-force {
    display: none !important;
}

input, textarea, select {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #FFF;
    border: 1px solid #909090;
    outline-color: var(--main-color);
    box-shadow: 1px 1px 3px #d5dbdb;
    font-weight: 400;
    font-size: 14px;
    color: #444;
}

label {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold !important;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #606060;
}

input, select {
    font-family: 'Roboto', sans-serif;
    color: #606060;
}

.input {
    margin: 0 0 15px;
}

form, form div {
    display: block;
    position: relative;
}

input[type='submit'], button[type='submit'] {
    background-size: 24px;
    background-color: #454545;
}

input[type='submit'],
button[type='submit'],
.button {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    color: #FEFEFE;
    background-color: #454545;
    padding: 6px 12px;
    margin: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #454545;
    box-shadow: 1px 1px 3px #D5DBDB;
    -webkit-appearance: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

input[type='submit'],
button[type='submit'] {
    background-size: 24px;
    background-color: #454545;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.button:hover {
    background-color: #5D6D7E;
    color: #FEFEFE;
}

.button[disabled],
.button[disabled]:hover {
    color: #fff;
    background-color: #999 !important;
    border: 1px solid #666 !important;
    pointer-events: none;
    cursor: default;
}

.div-checkbox {
    display: flex;
    align-items: flex-start;
}
.div-box {
    width: 15px;
    flex-grow: 1;
}
.div-box-label {
    flex-grow: 100;
    margin-left: 10px;
}

.pt-1 {
    padding-top: 5px;
}

.pb-1 {
    padding-bottom: 5px;
}

.checkbox {
    width: 15px !important;
    box-shadow: none;
}

.div-buttons-flex {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.span-step {
    font-weight: bold;
    margin-left: 0;
}
.btn-next {
    margin-left: 4px !important;
}

.label {
    margin-top: 2px;
    float: left;
}

.link-terms {
    color: var(--main-color);
}

iframe#jsd-widget {
    bottom: 3px !important;
    right: 20px !important;
}

/* Tooltip container */
.tooltip {
    margin-left: 4px;
    margin-top: 4px;
    position: relative;
    color: #fff;
    background-color: #606060;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgb(0 0 0 / 25%);
}

/* Tooltip text */
.tooltip .tooltiptext {
    display: inline-block;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    visibility: hidden;
    min-width: 200px;
    max-width: 300px;
    background-color: #606060;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}

.cif-tooltip {
    min-width: 38px!important;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.text-terms {
    font-size: 12px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #606060;
}

/*scroll form*/
@media (max-height: 878px) {
    .main {
        padding-top: 50px;
        height: 750px;
    }

    .white-background {
        border: 1px solid red;
        max-width: 450px;
        max-height: 100%;
        padding: 15px;
        background: rgba(255,255,255,.8);
        border: 3px solid #fff;
    }

    footer.bottom {
        position: relative;
    }
}
