﻿body
{
    margin: 0px;
    background-color: White;
    /*background: #454d4d url(../images/background.jpg);*/
    font-size: 16px;
}

HR
{
    margin-bottom: 20px;
    clear:both;
}

/* ***********************************************************************
** full_width and container ensure that the content is centred on screen 
*/

.full_width
{
    /*width: 1000px;*/
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/*
.container
{
    background-color: #ECF7FC;
}
*/

/* ***********************************************************************
** header = logo on left, picture on right 
*/

.header_left
{
    /*background-image: url(../images/header_left_discounts.png);*/
    background-image: url(../images/header_left.png);
    background-repeat: no-repeat;
    width: 640px;
    height: 150px;
}

.header_left H1, .header_left H2
{
    display: none;
}

.header_right
{
    background-image: url(../images/header_right.jpg);
    background-repeat: no-repeat;
    float: right;
    width: 360px;
    height: 150px;
}

/* ***********************************************************************
** sub_header = lime green horizontal bar
*/

.sub_header
{
    background-color: #BDD631;
    height: 25px;
}

/* ***********************************************************************
** menu_bar = white text on royal blue background
*/

.menu_bar
{
    background-color: #0F51A1;
    color: White;
    padding: 9px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 10pt;
    text-transform: capitalize;
}

.menu_bar A
{
    text-decoration: none;
    color: White;
    padding:5px;
    padding-left:7px;
    padding-right:7px;
    border-radius: 3px;
}

.menu_bar A:hover
{
    text-decoration: none;
    background-color: #BDD631;
    color: Black;
    padding:5px;
    padding-left:7px;
    padding-right:7px;
}

.menu_bar A.selected
{
    text-decoration: none;
    background-color: #ECF7FC;
    color: black;
    padding:5px;
    padding-left:7px;
    padding-right:7px;
}

.menu_bar A:hover.selected
{
    text-decoration: none;
    background-color: #ECF7FC;
    color: black;
    padding:5px;
    padding-left:7px;
    padding-right:7px;
}

.menu_bar_left
{
}

.menu_bar_right
{
    float: right;
}

.menu_bar_item_first
{
    display: inline-block;
    padding-right: 5px;
}

.menu_bar_item
{
    border-left: 1px dotted #BDD631;
    padding-left: 8px;
    padding-right: 5px;
    display: inline-block;
}

.menu_bar_item_last
{
    border-left: 1px dotted #BDD631;
    padding-left: 10px;
    display: inline-block;
}

/* ***********************************************************************
** content = DIV between header and footer
*/

.content
{
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    /*font-size: 10pt;*/
}

.content_right
{
    float: right;
    /*width: 210px;*/
    width: 410px;
    margin-top: 53px
}

.content_right_box
{
    padding: 20px;
    border: 1px solid silver;
    border-radius: 11px 0 0 0;
    background-color: #dCe7eC;
}

.content_left
{
    width: 765px;
    /*min-height: 650px;*/
}

.content_full_width
{
    width: 1220px;
    /*min-height: 790px;*/
}

.content_full_width .row
{
    width: 1220px;
}

.iframeContent
{
    /*font-size: 14pt;*/
    background-color:White;
    background-image: none; /* to override the BODY class */
}

.content H1, .iframeContent H1
{
    margin: 0 0 20px 0;
    font-size: 24px; /* 36px; /*14px;*/
}

.content H1 A
{
    text-decoration: none;
    color: black; /* #10539D; */
}

/*
.content H2, .iframeContent H2
{
    margin: 0 0 10px 0;
    color: #10539D;
    font-size: 10pt;
}
*/

.content_right_box H1
{
    margin: 5px 0 20px 0;
    color: #10539D;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}

.content P
{
    margin: 0 0 15px 0;
}

.content P.justified
{
    text-align: justify;
}

.content P.italic
{
    font-style: italic;
}

.policy_type_custom_text p
{
    /*text-align: justify;*/
}

.content P.last
{
    margin: 0 0 5px 0;
}

.content SPAN.underscore
{
    text-decoration: underline;
}

.content .policy_types
{
    /*width: 500px;*/
}

.content .policy_type_group
{
    color: #10539D;
    font-size: 10pt;
    margin-top: 25px;
    border-top: 1px solid white;
    padding-top: 15px;
    text-transform: uppercase;
}

.content .policy_type_title
{
    color: #10539D;
    font-size: 10pt;
    margin-bottom: 0px;
    border-top: 1px dotted silver;
    padding-top: 15px;
}

.content .policy_type_description
{
    display: inline-block;
    width: 500px;
    min-height: 30px;
}

.content .policy_type_links
{
    display: inline-block;
    float: right;
}

/* ***********************************************************************
** footer = white text on royal blue background
*/

.footer
{
    background-color: #0F51A1;
    color: White;
    /*height: 36px;*/
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 8pt;
}

.footer A
{
    color: White;
    text-decoration: none;
}

/* ***********************************************************************
** error_message = red bold text
*/

.error_message
{
    color: Red;
    font-weight: bold;
    background-color: #FFCCCC;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    border: 1px solid silver;
}

/* ***********************************************************************
** mock_email = black text on white background, dashed outline
*/

.mock_email
{
    color: black;
    background-color: White;
    border: 1px dashed black;
    padding-left:10px;
    padding-right:10px;
}

.padding-bottom-10px
{
    padding-bottom: 10px;
}

/* grid_view */

.table_padding TD
{
    padding: 4px;
}

TABLE.grid_view
{
    border-collapse: collapse;
    width: 100%;
}

.grid_view_row_unimportant
{
    color: #999;
}

.grid_view TH
{
    border: 1px solid #eee;
    color: #0F51A1;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 4px;
}

.grid_view TH A
{
    vertical-align: top;
    color: #0F51A1;
}

.grid_view TH.left
{
}

.grid_view TH.right
{
    text-align: right;
}

.grid_view TD
{
    border: 1px solid #eee;
    text-align: left;
    vertical-align: top;
    padding: 4px;
    word-break: break-word;
}

.grid_view TD.left
{
}

.grid_view TD.right
{
    text-align: right;
}

.grid_view TD.bold
{
    font-weight: bold;
}

/* ***********************************************************************
** text boxes - standard widths for title, forename, etc
*/

INPUT.title
{
    width: 100px;
}

INPUT.forename, INPUT.surname
{
    width: 300px;
}

INPUT.job_title
{
    width: 300px;
}

SELECT.job_title
{
    width: 306px;
}

INPUT.company_name
{
    width: 300px;
}

INPUT.address_line_1, INPUT.address_line_2
{
    width: 300px;
}

INPUT.address_town
{
    width: 300px;
}

INPUT.address_county
{
    width: 300px;
}

INPUT.address_postcode
{
    width: 100px;
}

INPUT.address_dx
{
    width: 200px;
}

INPUT.telephone
{
    width: 300px;
}

INPUT.email
{
    width: 300px;
}

INPUT.password
{
    width: 300px;
}

INPUT.date
{
    width: 150px;
}

INPUT.money
{
    width: 100px;
}

/*
** table cells
*/

.cell_label
{
    vertical-align: baseline;
    padding-bottom:5px;
    /*color: black; /*#0F51A1;*/
    font-weight: bold;
}

.radio_label
{
    padding-top: 5px;
}

.first_cell_label
{
    width: 200px;
}

.cell_data
{
    vertical-align: baseline;
    padding-bottom:5px;
}

TABLE.acceptance_question
{
    width: 100%;
}

TD.acceptance_question_number
{
    vertical-align: top;
    padding-top: 5px;
    width: 20px;
}

TD.acceptance_question
{
    padding-right: 50px;
    padding-bottom: 8px;
}

SPAN.acceptance_question_note_header
{
    display: block;
    margin-left: 12px;
    margin-bottom:10px;
}

SPAN.acceptance_question_note
{
    display: block;
    /*margin-bottom: 10px;*/
    margin-left: 12px;
    margin-right: 12px;
    text-align: justify;
}

.acceptance_question_note P
{
    padding-left: 0px;
}

.acceptance_question_note UL
{
    list-style-type: square;
    margin-left: 40px;
}

.acceptance_question_note UL LI
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.acceptance_question UL.bullets
{
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 20px;
}

.acceptance_question UL.bullets LI
{
    margin-bottom: 5px;
}

#ulSaveOptionsChangesDetected.bullets li {
    margin-top: 20px;
}

.acceptance_answers {
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
}

/**/

.policy-type-group-box INPUT
{
    width: 140px;
    text-align: left;
}

.policy-type-group-box TD.policy-type-group-box-hover
{
    /* background-image: url(../images/policy_type_group_box.png); */
}

.modalPopup {
    width: 600px;
    /*height: 500px;*/
    /*border: 1px solid #c7d931;*/
    border-radius: 5px;
    background-color: White;
    padding: 30px 20px 40px 40px;
    border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalPopup ul li {
    margin-top: 10px;
    margin-left: 20px;
    list-style: disc;
}

.modalPopup H1
{
    margin: 0px 0px 15px 0px;
    /*color: #10539D;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}

.modalPopupAlert {
    width: 350px;
    padding: 30px 30px 30px 30px;
}

.modalPopupRemoveFromGroupConfirm {
    width: 600px;
    padding: 40px 40px 40px 40px;
}

.modalPopupRemoveGroupMemberOptions {
    width: 512px;
    padding: 40px 40px 40px 40px;
}

.modalPopupCloseMyAccountOptions {
    width: 512px;
    padding: 40px 40px 40px 40px;
}

.modalPopupGetIssuePermission {
    width: 300px;
    padding: 40px 40px 40px 40px;
}

.modalPopupPreApprovedGenerateNewLink {
    width: 480px;
    /*height: 310px;*/
    padding: 40px 40px 40px 40px;
}

.modalPopupPreApprovedGenerateNewLink P 
{
    margin: 0 0 15px 0 !important;
    padding: 0px !important;
}

.modalPopupPreApprovedGenerateNewLink P.button_container 
{
    margin: 0px !important;
}

.modalPopupPreApprovedInvitationEmail
{
    width: 480px; 
    /*height: 310px;*/
    padding: 40px 40px 40px 40px;
}

.modalPopupPaymentMethodCheque
{
    width: 410px; 
    /*height: 310px;*/
    padding: 40px 40px 40px 40px;
}

.modalPopupPaymentMethodBacs
{
    width: 490px;
    /*height: 245px;*/
    padding: 40px 40px 40px 40px;
}

.modalPopupAddressLookup
{
    width: 600px; 
    height: 400px;
    padding: 40px 40px 40px 40px;
}

.modalPopupBasketEditDetails
{
    width: 600px; 
    height: 500px;
    border: 1px solid black;
    border-radius: 11px 0 0 0;
    background-color: White;
    padding: 40px 40px 40px 40px;
}

.modalPopupBasketEditLOI
{
    width: 600px; 
    height: 280px;
    border: 1px solid black;
    border-radius: 11px 0 0 0;
    background-color: White;
    padding: 40px 40px 40px 40px;
}

.modalPopupBasketNotices
{
    width: 600px; 
    /*height: 345px;*/
    /*border: 1px solid black;
    border-radius: 11px 0 0 0;
    background-color: White;*/
    padding: 40px 40px 40px 40px;
}

/*
.modalPopupBasketNotices H1
{
    margin: 0px 0 20px 0;
    color: #10539D;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}
*/

.modalPopupBasketNoticesQuote
{
    width: 600px; 
    /*height: 295px;*/
    /*border: 1px solid black;
    border-radius: 11px 0 0 0;
    background-color: White;*/
    padding: 40px 40px 40px 40px;
}

/*
.modalPopupBasketNoticesQuote H1
{
    margin: 0px 0 20px 0;
    color: #10539D;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}
*/

.modalPopupCancelationDetails
{
    width: 600px; 
    height: 550px;
    border: 1px solid black;
    border-radius: 11px 0 0 0;
    background-color: White;
    padding: 40px 40px 40px 40px;
}

.modalPopupScrollableRegion
{
    width: 600px;
    height: 400px; /*420px;*/
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modalIpidAndKeyFactsPopup
{
    width: 500px;
    /*height: 245px;*/
    padding: 40px 40px 40px 40px;
	border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalAreYouAuthorised {
    width: 345px;
    /*height: 245px;*/
    padding: 40px 40px 40px 40px;
    border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalJobTitleNotAcceptable {
    width: 430px;
    /*height: 245px;*/
    padding: 40px 40px 40px 40px;
    border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalPopupPolicyCollection {
    padding: 40px 40px 40px 40px;
    border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalPopupPolicyTypeTable
{
    margin-top: 5px;
    /*margin-bottom: 20px;*/
    width: 100%;
}

.modalPopupPolicyTypeTable TD
{
    padding-right: 20px;
}

.modalPopupPolicyTypeTable H2
{
    margin: 0px;
}

.modalPopupPolicyTypeTable H2 A:before
{
    font-family: 'gcs-webicons';
    content: 'k';
    float: left;
    width: 1em;
    color: #91a207;
}

.modalPopupPolicyTypeTable H2 A
{
    cursor: pointer;
}

.modalPopupPolicyTypeTable H2 A:hover
{
    text-decoration: underline;
}

.modalPopupCallbackDetails
{
    width: 600px; 
    /*height: 220px;*/
    padding: 40px;
    border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalPopupCallbackDetails .cell_label
{
    font-weight: normal;
}

.modalPopupCallbackDetails .valWeCallYouSummary
{
    margin-top:20px;
}

.modalPopupCallbackDetails .requiredFieldMarker
{
    color: Red;
}

.modalPopupSendQuoteToMeDetails
{
    width: 600px; 
    /*height: 220px;*/
    padding: 40px;
    border: 1px solid #292e2e;
    box-shadow: 0 0 10px rgba(3,4,4,.4);
}

.modalPopupCallbackDetails H1,
.modalPopupSendQuoteToMeDetails H1 
{
    /*position: fixed;*/
}

.modalPopupSendQuoteToMeDetails .cell_label
{
    font-weight: normal;
}

.modalPopupSendQuoteToMeDetails .valSendToMeSummary
{
    margin-top:20px;
}

.modalPopupSendQuoteToMeDetails .requiredFieldMarker
{
    color: Red;
}

.modalBackground {
	/*
    background-color: grey;
	filter: alpha(opacity=80);
	opacity: 0.8;
    */
	background-color: Black;
	background-color: rgba(3,4,4,.45);
}

.modalPopupClose 
{
    cursor: pointer;
    margin-bottom: 15px;
}

.modalPopupCloseButton
{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 20px;
}

#tiplayer UL
{
    padding-left: 20px;
}

.modalPopupPolicyTypeTable H2
{
    padding-bottom: 5px;
    font-weight: bold;
}

.modal_popup_policy_description
{
    padding-bottom: 20px;
    text-align: justify;
}

.required_field
{
    color: Red;
    /*float:right;*/
    font-family: Monospace;
}

.float_none
{
    float:none;
}

.watermark_text
{
    color: #ccc;
}

.ReferralReasons {
    list-style: disc;
}

.ReferralReasons LI {
    margin-bottom: 10px;
    margin-left: 20px;
}

.faq_list
{
    padding-left: 0px;
    list-style-type: none;
}

.faq_q:before
{
    font-family: 'gcs-webicons';
    content: 'k';
    float: left;
    width: 1em;
    color: #91a207;
}

.faq_q
{
    font-weight: bold;
    cursor: pointer;
}

.faq_a
{
    margin-bottom: 35px !important;
    /*display: none;*/
}

.faq_a no_bottom_margin
{
    margin-bottom: 0px;
}

.span_inline_block
{
    display: inline-block;
}

/* ***********************************************************************
** policy custom text placeholders DIVs
*/

.display_none
{
    display:none;
}

/* ***********************************************************************
** concrete5 polyfill
*/

SUP 
{
    vertical-align: baseline;
}

.tooltip_link
{
    text-decoration: underline;
    cursor: default;
}

.paymentMethodLabel
{
    font-weight: bold;
    text-decoration: underline;
}

UL.policyTypes
{
    list-style-type: none;
    padding-left: 0px;
    width: 200px;
}

.policyTypeGlanceGroupName {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.policyTypeGlanceGroupNameMarginTop {
    margin-top: 40px;
}

UL.policyTypes LI {
    margin-bottom: 12px;
    margin-left: 12px;
}

UL.policyTypes LI:before
{
    font-family: 'gcs-webicons';
    content: 'k';
    float: left;
    width: 1em;
    color: #b0c124; /*#91a207;*/
    margin-left: -15px;
}

UL.policyTypes LI A
{
    text-decoration: none;
    color: Black;
}

UL.policyTypes LI A:hover
{
    text-decoration: underline;
    color: Black;
}

    ul.policyTypes li:last-child {
        margin-bottom: 5px;
    }

.discountDisclaimer {
    font-size: smaller;
}

.policy-type-group-box .button
{
    width: 205px;
}

.select2-selection 
{
    padding-bottom: 10px;
}

.search_box .cell_label
{
    padding-bottom: 0px;
}

.search_box .cell_label.extra_top_margin
{
    padding-top: 10px;
}

.policy-description-bullet-container
{
    border: 1px solid #bac1c1;
    padding: 15px 15px 15px 0px;
    background-color: #eceeee;
    border-radius: 5px;
    margin-bottom: 1.25rem;
}

    .policy-description-bullet-container ul.bullets {
        margin-left: 0px !important;
        margin-bottom: 0px;
        list-style: disc;
        line-height: 1.4;
        list-style-position: outside;
        text-align: left;
    }

    .policy-description-bullet-container ul.bullets li {
        list-style: none !important;
        list-style-type: none;
        margin-top: 0px !important;
        margin-bottom: 2px;
        margin-left: 0px !important;
        padding-top: 0.2em;
        padding-right: 0px;
        padding-bottom: 0.2em;
        padding-left: 2.8em;
        position: relative;
    }

.policy-description-bullet-container ul.bullets li:last-child
{
    margin-bottom: 0px;
}

.policy-description-bullet-container ul.bullets li:before {
    font-family: gcs-webicons;
    content: 'k';
    width: 1.4em;
    margin-left: -1.4em;
    position: absolute;
    color: #0071b5;
}

.policyTypeVariants {
}

    .policyTypeVariants li a {
        color: black;
        font-weight: bold;
        background-color: #CEDC00;
        margin-bottom: 10px;
        text-decoration: none;
        display: block;
        padding: 15px;
        border-radius: 10px;
        transition: background-color 300ms ease-out;
    }

        .policyTypeVariants li a:hover {
            color: #d9ed2e;
            background-color: #0071b5;
        }

        .policyTypeVariants li a.selected {
            color: #d9ed2e;
            background-color: #0071b5;
        }

.row UL.bullets li {
    margin-bottom: 5px;
}

.content .searchInput
{
	width: 100%;
    border: 0px;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}

.content .searchInput:focus
{
	outline: none;
}

.content .searchResultLink
{
    margin-bottom:15px;
    margin-top: 30px;
}

.content .searchResultLink A
{
    text-decoration: none;
    font-weight: bold;
    color: #00619c;
}

.content .searchResultLink A:active
{
    color: #00619c;
}

.content .searchResultLink A:hover
{
    text-decoration: underline;
}

.content DIV.searchResultDescription 
{
    padding-bottom: 15px;
    border-bottom: 1px dashed #8c9898;
}

.content .searchTerm
{
    background-color: #EFE795;
}

.content .text-link 
{
    color: #00619c;
    text-decoration: none;
}

.content .text-link:hover
{
    text-decoration: underline;
}

.flex
{
	display: flex;
}

.page-home .box
{
	background-color: White;
	border-radius: 10px;
}

.page-home .box_home_left,
.page-home .box_home_right
{
	width: calc(50%);
}

.page-home .box_home_right_telephone
{
	font-size: 24px;
    background-color: #bdd433;
    margin: 15px !important;
    margin-top: 12px !important;
    padding: 20px;
    text-align: center;
}

.page-home .box_home_right_telephone_number
{
}

.page-home .box_home_right_fax
{
	font-size: 24px;
    background-color: #bdd433;
    margin: 15px !important;
    margin-bottom: 8px !important;
    padding: 20px;
    text-align: center;
}

.page-home .box_home_right_fax_number
{
}

.page-home .box_home_right_telephone .indent-text,
.page-home .box_home_right_fax .indent-text
{
	width: auto;
    display: inline-block;
    padding-right: 5px;
}

.page-home h1
{
	font-size: 28px;
    font-weight: 400;
}

.page-home .box h4
{
	font-size: 24px;
	color: #566060;
    font-family: Lato,Helvetica,Roboto,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
	padding-left: 16px;
    text-rendering: optimizeLegibility;
}

.page-myaccount .box_need_help 
{
	margin-top:42px;
}

input[type="checkbox"]
{
    width: 20px;
    height: 20px;
}