.clearMe {
    clear: both;
}

.tooltip-plain .ui-corner-all {
    margin: 0 !important;
}

.tooltip-plain p {
    line-height: 18px;
    margin: 0;
}

.tooltip-plain .ui-widget .ui-state-highlight {
    padding: 10px;
}

.tooltip-plain .ui-corner-all .ui-icon {
    float: left;
    margin-right: .3em;
}

#tooltip_cookies,
#tooltip_cookies_3dParty {
    display: none;
}

input[type='text'],
select,
textarea,
input[type='file'],
input[type='email'] {
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    margin: 2px;
    padding: 5px;
    width: 100%;
}

textarea {
    height: 75px;
}

.notValid {
    border: 1px solid red !important;
}

.dz-message {
    margin: 25px 25px 25px 0;
    border: 1px solid #a9a9a9;
    padding: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
}

.view {
    display: none;
    margin-top: 20px;
}

h3 {
    margin-bottom: 25px;
}

.upload {
    padding: 0 5px;
}

.reg_form {
    width: 100%;
    padding-right: 5px;
}

.reg_form,
.reg_form *,
.reg_form *::before,
.reg_form *::after {
    box-sizing: border-box;
}

.reg_row {
    margin-bottom: 20px;
}

.reg_value input[type="checkbox"] {
    margin-right: 4px;
}

.reg_checkbox+.reg_checkbox {
    margin-top: 5px;
}

.careDayTimes {
    width: max-content;
}

.careDayTimes td {
    white-space: nowrap;
    vertical-align: inherit !important;
    padding-right: 5px !important;
}

.careDayTimes input[type="text"] {
    width: 60px !important;
}

.reg_footer {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.no-line-height {
    line-height: normal;
}

.reg_value_checkboxes .reg_row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.reg_value_checkboxes .reg_row input[type="checkbox"] {
    margin: 2px 10px 0 16px;
}

.reg_error {
    color: #F44336;
}

.reg_error ul {
    list-style-type: none;
}

.button {
    cursor: pointer;
    padding: 0 25px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    line-height: 30px;
}

.forward {
    float: right;
    background-color: #2196F3;
}

.back {
    float: left;
    background: rgba(240, 240, 240, 1);
}

#lang label {
    display: none;
}

#lang select {
    float: left;
    width: 100px;
}

.addLang {
    width: 230px;
    float: right;
}

.addLang i {
    margin-top: 10px;
}

.js-loading-animation {
    display: none;
    margin-top: -8px;
}

.loading-container {
    line-height: 14px;
}

.blocker {
    position: absolute;
    width: 100%;
    height: 100%;
}

.errors {
    color: #ec1817;
}

input.btn.blue,
button.btn.blue,
a.btn.blue,
input.btn.btn-primary,
a.btn.btn-primary {
    text-shadow: 1px 1px 1px #269bcf;
    border: 1px solid #18afad;
    color: #fff;
    background: #37c6ff;
    background: -moz-linear-gradient(top, #37c6ff 0%, #2093cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37c6ff), color-stop(100%, #2093cf));
    background: -webkit-linear-gradient(top, #37c6ff 0%, #2093cf 100%);
    background: -o-linear-gradient(top, #37c6ff 0%, #2093cf 100%);
    background: -ms-linear-gradient(top, #37c6ff 0%, #2093cf 100%);
    background: linear-gradient(top, #37c6ff 0%, #2093cf 100%);
}

a.btn,
button.btn {
    display: inline-block;
    padding: 0 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #383838;
    text-decoration: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 0 3px 0 #cccccc;
    -moz-box-shadow: 0 0 3px 0 #cccccc;
    box-shadow: 0 0 3px 0 #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e7e7e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e7e7e8));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e7e7e8 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #e7e7e8 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #e7e7e8 100%);
    background: linear-gradient(top, #f8f8f8 0%, #e7e7e8 100%);
    cursor: pointer;
}

textarea {
    margin-top: 12px;
}

.separator {
    width: 50%;
    margin: auto;
    display: none;
}

.form-field-example {
    line-height: 1em;
    text-align: right;
}

.but_send {
    height: 22px;
    padding: 0 5px;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.signatur-pad-footer {
    text-align: right;
    padding: 5px 10px 0 0;
    font-size: 17px;
}

#clear {
    cursor: pointer;
}

.dropzone {
    border: none;
}

#fileuploads {
    display: flex;
    align-items: flex-start;
}

.dropzone-previews {
    display: flex;
    border-radius: 3px;
}

.dz-preview {
    cursor: default;
}

.dz-image-preview {
    margin: 5px;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}

.dz-error-message {
    margin: 30px 0 0 6px;
}

.dz-success-mark,
.dz-error-mark,
.dz-progress {
    display: none !important;
}

@media only screen and (min-width: 420px) {
    .reg_row {
        display: flex;
    }

    .reg_label {
        flex: 0 0 200px;
        padding-right: 20px;
    }

    .reg_value {
        flex: 1 1 auto;
    }
}
