/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

header {
    display: none !important;
}

.content {
    background-color: #000000 !important;
	background-size: cover;
}

.health-logo-white {
	max-width: 400px;
}

label {
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #fff;
	font-size: 16px !important;
}

form input {
    height: auto;
	min-height: 40px;
    border: 1px solid;
    font-size: 16px;
    font-family: 'Proxima N W01 Reg', 'Helvetica Neue', Arial, sans-serif;
    color: #646464;
    padding: 14px 12px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=tel]:focus, form textarea:focus, form select:focus {
    outline: none;
	border: 1px solid #f4fbff;
    background: #f4fbff;
}

/*Gravity Forms Inputs*/

input#input_2_2 {
    width: 100%;
}

input#input_2_5 {
    width: 100%;
}

select#input_2_12 {
    width: 100%;
}

select#input_2_12 {
    width: 100%;
	height:40px;
    background: #da2128;
    color: #fff;
    font-weight: 700;
	border:none;
    -webkit-appearance: none;
    background-color: #d82328;
    background-image: url('https://webapp.randoxhealth.com/wp-content/uploads/2017/10/iOS-select-arrow.png');
    background-position : 98% center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
	line-height:20px !important;
	padding: 5px;
}

option {
    font-weight: 700;
}

.gform_wrapper li.gsection.gf_scroll_text {
    height: 240px!important;
    width: calc(100% - 16px)!important;
    padding: 16px!important;
    background-color: #fff!important;
    overflow-y: scroll!important;
    overflow-x: hidden!important;
    border: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important!important;
}

input[type="reset"] {
    background: #006f5b !important;
    border: none !important;
    color: #fff !important;
    padding: 10px 50px !important;
    display: inline-block !important;
    height: 55px !important;
	width: 200px !important;
	text-align:center !important;
	border-radius: 4px !important;
}

input#gform_submit_button_12 {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    padding: 10px 50px !important;
    display: inline-block !important;
    height: auto !important;
    width: 200px !important;
    text-align: center !important;
    margin: 0;
}

.submit-another {
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    padding: 10px 50px !important;
    display: inline-block !important;
    height: auto !important;
    width: auto !important;
    text-align: center !important;
    margin: 0;
    font-weight: 700;
    border-radius: 4px;
}

li#field_2_17 {
    text-align: center;
    margin: 0;
    padding: 0;
}

.gform_footer.top_label {
    text-align: center;
}

body img.gform_ajax_spinner {
    display: block;
	width:74px;
	height:64px;
	position:absolute;
	bottom:20px;
	right:20px;
}

select {
    padding: 10px !important;
    margin: 0;
    border-radius: 3px !important;
    border: none !important;
    background: #fff;
   -webkit-appearance: none;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}



.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	padding: 0 10px 0 10px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding: 0 10px 0 10px !important;
}

.gform_wrapper .gfield_required {
    color: #ffffff !important;
    margin-left: 4px;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1em !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #fff !important;
}

.gform_wrapper .validation_message {
    color: #da2128 !important;
    font-weight: 700;
    letter-spacing: normal;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 2px solid #da2128 !important;
}

.gfield_description {
	font-size: 18px !important;
	color: #ffffff !important;
}

.gsection_description {
    font-size: 14px !important;
	color: #000 !important;
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    padding: 10px;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/*User Accessibility STARTS*/
div#userwayAccessibilityIcon {
    top: calc(100% - 115px);
    left: calc(100vw - 30px);
}
/*User Accessiblity ENDS*/