* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
}
.arrow-right {
    width: 0;
    height: 0;
    position: absolute;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #0d6efd !important;
    right: 0;
    z-index: 999;
    top: 0;
    bottom: 0;
}

*:focus{
    outline:0px;
}

.steps {
    padding: 5px 0;
    background-color: #629ff7;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 28px;
}

.form-group label {
    margin-bottom: .25rem;
}

label {
    margin-bottom: 0;
}

.content {
    letter-spacing: 0.15px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.buttons {
    text-align: right;
}

.buttons button, .buttons a {
    margin-right: 5px;
}

.buttons button:last-child, .buttons a:last-child {
    margin-right: 0;
}

.asterisk-required {
    color: red;
}

.form-label .text-muted {
    font-size: .875em
}

.header-label {
    text-decoration: none;
}

a.header-label:hover {
    text-decoration: underline;
}

.opacity-50 {
    opacity: 50%;
}

.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 1199.98px) {
    .header-label {
        display: none;
    }
    .background {
        text-align: center;
    }
}

.c-checkbox span:before, .c-radio span:before {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin-top:1px;
    text-align: center!important;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.c-checkbox input[type=radio]:checked+span:before, .c-radio input[type=radio]:checked+span:before {
    color: #5d9cec;
}

.c-checkbox input[type=radio]:checked+span, .c-radio input[type=radio]:checked+span {
    background-color: #fff;
}

.c-checkbox input[type=radio]:checked+span, .c-radio input[type=radio]:checked+span {
    background-color: #fff;
}

.c-checkbox input[type=checkbox]:checked+span, .c-checkbox input[type=radio]:checked+span, .c-radio input[type=checkbox]:checked+span, .c-radio input[type=radio]:checked+span {
    border-color: #5d9cec;
    background-color: #5d9cec;
}

.c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span, .c-radio.c-checkbox-rounded span, .c-radio.c-radio-rounded span, .c-radio span {
    border-radius: 500px !important;
}

.c-checkbox span, .c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

.c-checkbox *, .c-radio * {
    cursor: pointer;
}

.checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.c-checkbox input, .c-radio input {
    opacity: 0;
    position: absolute !important;
    margin-left: 0 !important;
}

.c-checkbox input[type=checkbox]:checked+span:before, .c-checkbox input[type=radio]:checked+span:before, .c-radio input[type=checkbox]:checked+span:before, .c-radio input[type=radio]:checked+span:before {
    color: #fff;
    opacity: 1;
    transition: color .3s ease-out;
}

.c-checkbox label, .c-radio label, label.c-checkbox, label.c-radio {
    padding-left: 0px !important;
}

@media print {
    .print-btn {
        display: none !important;
    }
    .form-submit {
        display: none !important;
    }
    .weglot-container {
        display: none !important;
    }
    .container-md {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .section-render {
        page-break-inside: auto !important;
    }
}

.field-table .form-control {
    margin-bottom: 0;
}
.field-table, table.field-table td, table.field-table th {
    border: 1px solid #cfdbe2 !important;
}

.field-table table {
    width: 100%;
    border-collapse: collapse;
}

.form-check {
    padding-left: 0;
}

.form-check > .checkbox {
    width: 10px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 2px;
}
.form-check > label {
    font-weight: normal;
    width: calc(100% - 30px);
}

.section-render {
    margin-bottom: 30px;
}
.section-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.signature-pad {
    position: relative;
    border: 1px solid #dde6e9;
    width: 100%;
    max-width: 350px !important;
    height: 150px;
}
.signature-pad canvas {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    max-width: 350px !important;
}
.signature-text {
    text-align: left;
}

textarea.form-render-field {
    resize: vertical;
}

#success-message {
    text-align: center;
    margin-bottom: 50px;
}
#success-message i {
    font-size: 40px;
    color: #27c24c;
    line-height: 80px;
}
#success-message span {
    font-size: 18px;
}

#form-email span {
    margin-bottom: 10px;
    display: inline-block;
}
#form-email input {
    margin-bottom: 10px;
}
#form-email button {
    float: right;
}

.upload-list {
    padding-left: 30px;
}
.upload-list .file {
    font-size: 15px;
    margin-top: 5px;
    line-height: 20px;
}
.upload-list .file .file-remove {
    margin-left: 8px;
    color: red;
    cursor: pointer;
    font-size: 17px;
}

.table-field > tbody > tr > td {
    padding: 0;
}
.table-field > tbody > tr > td > input {
    height: 60px;
    border: none;
}
.table-field > thead > tr > th, .table-field > tbody > tr > th {
    background-color: #f6f6f6;
}

.section-hidden {
    display: none;
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}
label:empty {
    display: none;
}

.block-render {
    margin-bottom: 5px;
}

.checkbox-extra-group {
    border-left: 2px solid #b3b3b3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.select2-search__field {
    background-color: #fff !important;
}

hr {
    border: 0;
}

table, th, td {
    border: 1px solid #ddd;
}

.bootstrap-datetimepicker-widget.dropdown-menu th {
    border: none !important;
    background-color: transparent !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu td, .bootstrap-datetimepicker-widget.dropdown-menu table {
    border: none !important;
}
