/*
 Theme Name:     Divi Child
 Template:       Divi
 Author: ThemeT
*/


/* =Theme customization starts here
------------------------------------------------------- */
html,
body {
	height: 100%
}

#et-main-area {
	position: relative;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

#main-content {
	flex: 1 1 auto;
}

#footer-bottom {
	background-image: linear-gradient(180deg, #012780 0%, rgba(1, 39, 128, 0) 60%), url(https://uquote.ie/wp-content/uploads/2021/08/insurance-01.png) !important;

}

.et-pb-contact-message {
	color: #fff !important;
}

.ginput_product_price_label {
	display: none;
}

.show-admin-only {
	visibility: hidden;
	left: auto;
	right: -9999px;
	position: absolute;
}

.hl {
	background-color: #e5edf5;
	padding: 5px;
}

.gfield_price .gfield_label {
	width: 390px !important;
	float: left;
	margin-top: 0px !important
}

.ginput_total,
.ginput_product_price,
.ginput_product_price_wrapper {
	width: 120px !important;
	padding: 0 !important
}

.gfield_total .ginput_total,
.gfield_total .gfield_label {
	font-weight: bold !important;
	color: #00529b !important;
	font-size: 17px !important;
}


#top-header .container,
#main-header .container {
	width: 80% !important;
	max-width: 1080px;
	margin: auto;
}

#content-area,
#main-content {
	width: 90%;
	max-width: 90%;
	margin: auto;

}

.home #main-content {
	width: 100%;
	max-width: 100%
}



/** Profile Grid **/
.home-pg .pmagic .pm-login-box {
	width: 100% !important;

}

.home-pg .pm-bg-lt {
	background-color: transparent !important;
}

.home-pg .pm-border {
	border: none !important;
}

.home-pg .pm-radius5 {
	border-radius: 0px;
}

.home-pg .pmagic .pm-login-box input[type=password],
.home-pg .pmagic .pm-login-box input[type=text] {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 0 20px 0 !important;
}

.home-pg .pmagic .pm-login-box input[type=password],
.home-pg .pmagic .pm-login-box input[type=text] {
	-webkit-appearance: none;
	padding: 14px 4% !important;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 100%;
	font-weight: 400;
	border-width: 0;
	border-radius: 3px;
}

.home-pg .pmagic .pm-login-box-bottom-container {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;
	background-color: transparent;
	padding: 0px;

}

.home-pg .pmagic .pm-login-box input[type=submit] {
	width: 100%;
}

.home-pg .pm-difl {
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border-color: #fff;
	color: #fff;
	cursor: pointer;
	margin-top: 15px;
}

.home-pg .pmagic .pm-login-box .pm-difln:hover {
	border: 2px solid transparent;
	padding: .3em 2em .3em .7em;
	text-decoration: none;
	background-color: #0053ef;
}

.home-pg .pmagic .pm-login-box-bottom-container .pm-login-links-box {
	font-size: 14px;
	text-align: left;
}

.home-pg .pmagic .pm-login-box {
	margin-bottom: 0px;
}

.home-pg .pm-bg {
	background-color: transparent;
}

.home-pg .pm-border-bt {
	border: none;
}

.home-pg .pm-login-header h3 {
	color: #fff;
}

.home-pg .pm-login-header p {
	color: #B6B6B6;
}

/** diable group links from user profile **/
.pmagic .pm-group-view .pm-user-group-name {
	pointer-events: none !important;
}

.pm-group-view.pg-theme-one .pm-header-section {
	min-height: 110px !important;
	padding-bottom: 20px !important;
}

.pmagic .pm-group-view .pm-group-icon {
	display: none !important;
}

.pmagic .pm-user-card .pm-user-card-cover,
.pmagic .pm-user-image {
	display: none !important
}

.pmagic .pm-group-image {
	display: none !important
}

.pmagic .pm-group-description .pm-card-label {
	font-weight: bold
}

/** GRAVITY VIEW **/

.gv-table-container {
	overflow-x: auto;
}

.gv-search-box input[type=search] {
	font-size: 14px;
	width: 40%;
	padding: 10px;
	color: #666;
	background-color: #eee;
	border: 1px solid #bbb;
}

.gv-search-box input[type=search]:focus {
	border-color: #999;
	box-shadow: 2px 2px 5px 2px #ccc;
}

.gv-search-box .gv-search-button {
	color: #FFFFFF !important;
	border-width: 0px !important;
	border-radius: 4px;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	text-transform: uppercase !important;
	background-color: #00529B;
	padding-top: 10px !important;
	padding-right: 35px !important;
	padding-bottom: 10px !important;
	padding-left: 35px !important;
	cursor: pointer;
	margin-bottom: 30px;
}

.gv-search-box .gv-search-button:hover {
	border-radius: 4px !important;
	letter-spacing: 1px !important;
	background-image: initial;
	background-color: #0053ef;
	cursor: pointer;
}

.gv-table-view tr td,
.gv-table-view thead th,
.gv-table-view .entry-content tr th {
	padding: 8px 10px !important;
}

.gv-field-label {
	font-size: 90% !important;
}

td {
	font-size: 12px !important;
}

/* table {
	display:block;
} */

/**.gv-field-6-custom {
	width:134px !important;  
} 

.gv-field-6-date_created {
	width:90px !important;
}

.gv-container-11550 .gv-field-6-222, .gv-container-11550 .gv-field-6-126, .gv-container-11550 .gv-field-6-118, .gv-container-11550 .gv-field-6-edit_link {
	width:120px !important;	
}
.gv-container-11550 .gv-field-6-13{width: 200px !important}**/



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.gv-container tfoot,
.gv-table-view tfoot {
	display: none;
}

/** Gravity Forms **/
.gform_confirmation_message {
	width: 70%;
	margin: auto;
}

.gv-button-delete,
#field_6_1,
#field_72_6 {
	display: none !important
}

#field_65_194,
#field_65_230,
.author .vcard,
.post-meta,
#field_7_194,
#field_7_230 {
	display: none !important;
}

#gfield_instruction_4_56,
#gfield_instruction_4_58,
#gfield_instruction_4_64 {
	display: none;
}

.ginput_container_radio input {
	vertical-align: bottom;
}

.ginput_container_radio label span {
	display: block;
}

.ginput_container_radio label span:nth-child(2) {
	opacity: 0.6;
	font-size: 0.9em;
}

.gchoice {
	margin-bottom: 8px !important;
}

/** Gravity Forms React **/
.entry-content table:not(.variations) {
	border: 0px !important
}

.for2fields tr td {
	padding: 0px 2% 30px 0 !important;
}

.tflood input,
.for2fields input {
	font-size: 15px !important;
}

.BlockTotal .gfield_label,
.tflood .gfield_label,
.for2fields .gfield_label {
	font-size: 16px !important;
}

.tflood .gfield_description,
.for2fields .gfield_description {
	font-size: 12px !important
}

.tflood {
	margin-bottom: 30px !important;
}

.BlockTotal tr td,
.for2fields tr td {
	padding: 0px 2% 15px 0 !important;
}

#field_6_229 h4,
#field_6_230 h4,
#field_6_231 h4,
#field_6_232 h4,
#field_6_269 h3,
#field_6_296 h3,
#field_6_650 h3 {
	color: red !important;
	margin-top: 35px;
}

.gfield_label {
	margin-top: 15px !important
}

/** Home Form #4 **/
#input_4_198,
#input_4_233 {
	width: auto;
	border: none;
	font-weight: bold;
	color: red;
	float: left;
}

.gchoice_4_234_1 {
	display: none !important
}

/** Old Form # 66 **/
#field_66_194,
#field_66_230 {
	display: none !important
}

/** Waste Form # 76**/
#gform_wrapper_76 p {
	font-size: 18px;
	color: #666;
}

/** GF Style **/
.sp_flat .gfield_label {
	font-size: 1.1em !important
}

.sp_flat .gfield_description {
	background-color: #fff !important;
}

.gfield_validation_message {
	padding: 10px !important;
}

.copy_values_activated {
	display: none !important
}

.sp_flat input[type="checkbox"]:not(old)+label::before,
.sp_flat input[type="radio"]:not(old)+label::before {
	border: solid 1px #666666 !important
}

body .gform_wrapper .gform_body .gform_fields .gfield select option {
	font-family: 'Montserrat', 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
	color: #808080;
	font-size: 0.95em;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single,
.gform_wrapper.gravity-theme .chosen-container .chosen-results {
	color: #808080 !important;
}



/** Cookie bar **/
.cli-bar-container {
	widht: 80%;
	max-width: 1080px
}


/** Correspondence Page **/
.page-policy-reguest0 {
	margin: 40px 0 40px 0;
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
	padding: 30px;
}



/** TO CHANGE THE COLOUR OF THE CLAIMS ICON IF THERE IS A CLAIMS LOG **/

.foldRed_correspon {
	color: red;
}

.foldRed_claim {
	color: red;
}


/*Styles for table in tab USERS in profile page */
.dataTables_wrapper {
	overflow-x: scroll;
}

.dataTables_wrapper::-webkit-scrollbar {
	display: none;
}

.dataTables_wrapper::-webkit-scrollbar-track {
	display: none;
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
	display: none;
}

.dataTables_filter,
.dataTables_length {
	display: inline-flex;
	padding: 20px 0;
}

.dataTables_length {
	float: right;
}

#group-users {
	border-collapse: collapse !important;
	width: 100%;
}

#group-users td,
#group-users th {
	border: 1px solid #ddd !important;
	padding: 8px;
}

#group-users tr:nth-child(even) {
	background-color: #f2f2f2;
}

#group-users tr:hover {
	background-color: #ddd;
}

#group-users th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #012780;
	color: white;
}

.dataTables_info,
.dataTables_paginate {
	margin-bottom: 20px;
}

.dataTables_paginate>a,
.dataTables_paginate>span {
	padding: 4px 7px;
	border: 1px solid #ddd !important;
}

.dataTables_paginate>span>a:hover {
	cursor: default;
}

.dataTables_paginate>a:hover {
	background-color: #ddd;
	transition: .3s all;
}


/* Style for additional Address fileds for broker account in profile page */
.broker-pm-profile-tab {
	margin-bottom: -1px;
	margin-right: 0;
	padding: 20px 10px;
	list-style: none;
	display: inline-block;
	position: relative;
}

.broker-pm-profile-tab.active {
	border-bottom: 3px solid rgb(46, 163, 242);
}

.account-tab-content {
	display: none;
	margin-left: 3%;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

.account-tab-content.active {
	display: block;
}

.account-tab-content h3 {
	margin: 15px 0;
	text-align: center;
}

.table-hover tr:hover {
	background: #eee;
}

.visibleStamp{
	display: block !important;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	color: #808080 !important;
}
.gform_wrapper.gravity-theme .chosen-container .chosen-results {
	color: #808080 !important;
}

.submit_custom_button_color {
	background-color: #17909e !important;
}