.tourview_request_top_button {
    position: absolute;
    right: 0;
    top: 0;
}

.tourview_request_top_button span {
    margin-top: -1px;
    padding: 2px 7px 2px 7px;
    border-radius: 7px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
}

.tourview_request_top_button.restrict span {
    background: #f6e610;
    color: #393939;
}

.tourview_request_top_button.danger span {
    background: #f8d7da;
    color: #721c24;
}

.tourview_request_top_button.warning span {
    background: #f6e610;
    color: #393939;
}

.tourview_request_top_button.success span {
    background: #d4edda;
    color: #155724;
}

.tourview_request_form {
    display: none;
    width: 70%;
    margin: 0 auto 20px auto;
    background: #eff2f5;
    padding: 14px 22px;
}

.tourview_request_form h2 {
    margin-top: 0;
}

.tourview_request_form .field-captcha {
    margin-bottom: 10px;
}

.tourview_request_form .field-captcha label {

}

.tourview_request_form .field-captcha .captcha-wrap {

}

.tourview_request_form .field-captcha .captcha-wrap img {
    display: block;
}

.tourview_request_form .field-captcha .captcha-wrap input {
    display: block;
}

.tourview_request_form .field-terms {
    margin-bottom: 20px;
    position: relative;
    user-select: none;
    font-size: 12px;
    margin-top: 15px;
}

.tourview_request_form .field-terms input[type="checkbox"] {
    bottom: -2px;
    position: relative;
}

.captcha-wrap-control {
    margin-top: 5px;
}

.tourview_request_form_buttons {
    padding: 10px 0 0 0;
    border-top: 1px solid #c5ccd4;
    text-align: right;
}

.tourview_request_form_buttons a {
    margin-left: 10px;
}

.tourview_request_form_team_switch a {
    margin-right: 7px;
    display: inline-block;
}

.tourview_request_form_errors {
    padding: 10px 10px;
    margin-bottom: 16px;
    border: 1px solid #ebccd1;
    background: #f2dede;
    color: #a94442
}

.tourview_request_form_errors p:first-child {
    margin-top: 0;
    padding-top: 0;
}

.tourview_request_form_errors h4 {
    color: #a94442;
    margin: 0;
    padding: 0;
}

.tourview_request_form_errors .alert {
    padding: 0 18px;
}


.formField {
    margin: 10px 0;
}

.formField .hint {
    padding-top: 1px;
    color: #8fa0b0;
}

.formFieldRow {
    margin: 10px 0;
    display: flex;
}

.formField .red {
    color: red
}

.formField label {
    display: inline-block;
    width: 210px;
}

.leftSpacer {
    flex-basis: 212px;
    flex-shrink: 0;
    width: 210px;
}

.formFieldFull label, .formFieldTeams label {
    width: 100%;
    padding-bottom: 5px;
}

.formFieldTeams input[type="text"] {
    width: 336px;
}

.formFieldFull input[type="text"] {
    width: 518px;
}

.formFieldFull .formFieldRow {
    margin-top: 5px;
}

.tourFormAddressControl {
    width: 270px;
}

.tourFormAthleticTitleControl {
    width: 200px;
}

.tourFormTeamNewControl {
    width: 193px;
}

.tourFormTeamIdControl {
    width: 312px;
}

.tourFormPhoneControl {
    width: 120px;
}

.tourFormPhoneConfirmationPinCodeControl {
    width: 50px;
}

.formField .redBtn {
    padding: 3px 7px;
}

#tourview_request_form {
    position: relative;
}

.tourview_loader {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

#tourview_request_form.process a.formBtn {
    opacity: 0.5;
    pointer-events: none;
}

#tourview_request_form.process .tourview_loader {
    display: block;
}

.tourFormTariffsWrap label {
    position: relative;
    display: block;
    user-select: none;
}

.tourFormTariffsWrap label span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -2px
}

.tourFormTariffsWrap label.active {
    font-weight: bold;
}

.tourview_request_message {
    margin: 0 auto 20px auto;
}

.tourview_request_message_buttons {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.tourview_request_message .alert {
    padding: 0 18px;
}

#tourBtnPopupReason {
    resize: vertical;
}

.labelIcon {
    width: 16px;
    position: relative;
    top: 3px;
}