﻿/*@font-face {
    font-family: 'League Spartan';
    src: url('fonts/leaguespartan-bold.eot');
    src: url('fonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguespartan-bold.woff2') format('woff2'),
         url('fonts/leaguespartan-bold.woff') format('woff'),
         url('fonts/leaguespartan-bold.ttf') format('truetype'),
         url('fonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/

html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    height:100%;
}



body *
{
    font-family:Calibri, sans-serif;
    /*font-family: League Spartan;*/
    font-style: normal;
    font-weight: 400;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a.btn-success:link, a.btn-success:visited,
    a.btn-success:active, a.btn-success:hover {
        color: #FFF;
    }


header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5, h6 {
    font-size: 12px;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/*override bootstrap style*/
.input-group .form-control {
    z-index: 1 !important; /*used because inputs overlap the datepicker*/
}


/* main layout
----------------------------------------------------------*/
#body {
    background-color: #ffffff;
    clear: both;
    height: auto;
    margin: 0 auto -54px;
    min-height: 100%;
    padding: 0 0 50px;
}

header .content-wrapper {
    padding-top: 10px; 
    height:95px;
}

header #menu-wrapper{
    height:26px !important; 
    padding-top:0 !important; 
    background-color: #13204a;
    color: #ffffff;
}

header {
    background-color: #fff;
}

.main-content
{
    /*needed to push the content under the logo*/
    padding-top:5px;
}

.menuContainer
{
    margin-top:20px;
}

footer {
    clear: both;
    /*height: 100px;*/
    height: 50px;
}

.footerDetails
{
    background-color: #13204a;
    /*border-top: 5px solid #5191cd;*/
    /*height:100px;*/
    height: 50px;
    font-size: 12px;
    color:#ffffff;
    max-width:100%;
    /*text-align:center;*/
}

.phRef{
    color:#13204a !important;
    font-size:10px;
}
.phRef:hover{
    color:#5191cd !important;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family:Calibri, sans-serif !important;
    /*font-family: League Spartan !important;*/
    font-size: 18px;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}

.companyLogo > img
{
    max-height:90px;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#footerMenu {
    /*font-size: 12px;*/
    font-size: medium;
    padding: 10px 0 0;
    color: #2a2a2a;
}
    ul#footerMenu li {
        display: inline-block;
        list-style: none;
    }

.dealerNameAssociation {
    display: flex !important;
}

ul#menu {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right; 
}

    ul#menu li {
        display: inline-block;
        list-style: none;
        /*padding-left: 15px;*/
    }

    ul#menu .dropdown-menu li {
        display: block;
    }

        ul#menu li a {
            background: none;
            /*color: #999;*/
            text-decoration: none;
            color: #fff;
        }
        ul#menu li a:hover {
            color: #fff;
            text-decoration: none;
        }

        ul#footerMenu li a{
            background: none;
            color: #2a2a2a;
            text-decoration: none;
        }

        ul#footerMenu li a:hover{
            color: #333;
            text-decoration: none;
        }
        
    ul#menu li.dropdown {
        text-align: left; 
    }

ul#menu .dropdown-menu {
    background-color: #211e1e !important;
}

ul.dropdown-menu li {
    padding-left: 0 !important;
}


/* page elements
----------------------------------------------------------*/

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}


/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* main Page holders*/

/*.mainPageHolder
{
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
    padding-bottom:10px;
    -webkit-box-shadow: 1px 1px 5px 5px #d1d0d9;
    box-shadow: 1px 1px 5px 5px #d1d0d9; 
    margin-bottom: 20px;
    background-color: #ffffff;
}*/

.buttonsWrap {
    padding: 10px 0;
    margin-top: 20px;
}

.franchiseLogo{
}
    .franchiseLogo > img {
        max-height: 40px;
    }

.socialMedia{
    margin-top:-50px;
    color:#2a2a2a;
    margin-right: 10px;
}

.bannerLogo{
}

    .bannerLogo > img {
        max-height:40px;
        padding-left:10px;
    }

.helplineNumber
{
    text-align:right;
    border-right:1px solid #c2c2c2; 
    padding-right:10px;
    float:left;
}


    .helplineNumber h3 {
        color:#4D4D4D;
    }


/* ------- login page ---------*/
    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 14px;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 12px;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="file"] {
        background: none !important;
        border: none !important;
        padding-left: 0;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 14px;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 12px;
}

.validation-summary-valid {
    display: none;
}

/* ----------------------- Override bootstrap styles -------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family:Calibri, sans-serif !important;
    /*font-family: League Spartan !important;*/
    font-style: normal !important;
    font-weight: 400 !important;
}

.form-group {
    margin-bottom: 10px !important;
}


.reportRadio {
    /*margin-bottom: 8px !important;*/
    margin-top: 10px !important;
}

/* modal page*/
#modal-overlay
{
    background: rgb(0, 0, 0); /* Fall-back for browsers that don't                                     support rgba */
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 999;
    display: block;
    align-content: center;
    vertical-align: central;
    opacity: 1;
}

#modal-x
{
    background-image: url("/Images/fancy_close.png");
    height: 32px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 32px;
}


/* ----------------------- partnerImages -------------------- */
.partnerHover
{
    background: #d7dde0; /* Old browsers */
    background: -moz-linear-gradient(top,  #d7dde0 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7dde0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d7dde0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d7dde0 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d7dde0 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d7dde0 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dde0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.img-thumbnail
{
    border-radius: 0px !important;
}

.img-thumbnail a:hover
{
    text-decoration: none;
    background-color:transparent;
}

.imgPartner
{
    width:100%; 
    padding-left:5px;
    padding-right:5px;
}

/* ------ index page ------ */
.top_bg_image 
{
    left: 0;
    overflow: hidden;
    width: 100%;
    background-color:#ffffff;
    height: 400px; 
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}

.home_title{
    text-align:right;
    padding-right: 15px;
    position:relative;
    z-index:2;
    width: 400px;
    float:right;
    margin-top: -200px;
}

.home_title > .title{
    font-size:25px;
    font-weight:bold;
    color: #ffffff;
    margin-left: 50px;
}

.home_title > .description{
    font-size: 14px;
    max-height:100px;
    overflow: hidden;
    color:#ffffff;
    text-overflow: ellipsis;
}

.home_title > .more_title,
.home_title > .less_title
{
    color: #ffffff;
    cursor: pointer;
}

.home_title > .btn{
    font-size:20px !important;
    margin-top: 10px;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
    background-repeat: repeat-x;
    border-color: #ffffff !important;
    color:#07A4F5;
}

.home_title > .btn:hover {
    font-size: 20px !important;
    margin-top: 10px;
    background-color: #07A4F5;
    background-image: linear-gradient(to bottom, #07A4F5 0%, #07A4F5 100%) !important;
    background-repeat: repeat-x;
    border-color: #07A4F5 !important;
    color: #ffffff;
}

.home_title_full_cover{
    width: 100% !important;
	padding-left: 15px !important;
}

#progressList ~ .content-wrapper,
#progressList ~ .homeContentWrap{
    padding-left: 215px !important;
}

.content-wrapper,
.homeContentWrap{
    margin: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.homeContentWrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.home_group{
    background-color: #f1f1f1;
    margin-bottom: 10px;
}
    .home_group > a{
        padding:0;
    }

    .home_group .description .wrapper {
        height: 60px;
    }

        .home_group .description .wrapper .more {
            cursor:pointer;
            color: #07A4F5 !important;
        }

    .home_group .description .notWrapped {
        height: auto !important;
    }
 

.group_bg_image{
    left: 0;
    overflow: hidden;
    width: 100%;
    background-color:#ff0000;
    height: 200px; 
    background-position:center center;
    background-repeat:no-repeat;
    background-size: cover;
}

    .group_bg_image .title {
        position: relative;
        z-index: 2;
        text-align: center;
        font-size: 15px;
        padding-top: 5px;
        color: #ffffff;
        background-color: #07A4F5;
        border-top: 2px solid #ffffff;
        margin-top: -35px;
        height: 30px;
        overflow:hidden;
    }
        .group_bg_image .title .left_side {
            text-align: left;
            padding-left: 20px;
        }
        .group_bg_image .title .right_side {
            text-align: right;
            padding-right: 10px;
            color: #000;
        }


    .group_bg_image svg{
        height:200px;
    }

.triangle-group{
    position:absolute;
    display:block;
    z-index:3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 20px;
    border-color: transparent transparent transparent #07A4F5;
    overflow: hidden;
    margin-top: 159px;
}

.triangle-group-border
{
    stroke: #ffffff;
    stroke-width:3;
    position:absolute;
    display:block;
    z-index:4;
}

.triangle-title-white{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 605px 605px;
    border-color: transparent transparent #ffffff transparent;
    margin-top:-200px;
    overflow:hidden;
    float:right;
}

.triangle-title{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 600px 600px;
    border-color: transparent transparent #07A4F5 transparent;
    margin-top:-600px;
    overflow:hidden;
    float:right;
}

.title-full-cover {
    width:100%;
    height:100%;
    background-color:#07A4F5;
    overflow:hidden;
    float:right;
    margin-top:-407px;
}

.border-bottom-title{
    width:100%;
    height:30px;
    margin-top:-30px;
    display:block;
    background-color:#07A4F5; 
    border-top:solid 3px #ffffff;
    float:right;
}

#progressList{
    border:1px solid #c2c2c2;
    float:left;
    /*position:fixed;*/
    width:200px;
    margin-top:60px;
}

#progressList ul#menu {
    padding-top:10px;
    text-align:right;
}

    #progressList ul#menu .dropdown-menu {
        top:0 !important;
        left:265px !important;
        text-align:left;
    }

    #progressList ul#menu li {
        list-style: none;
        padding-right:5px;
        padding-bottom: 5px;
        color:#333;
        font-size: 18px;
    }

        #progressList ul#menu li a {
            text-decoration: none;
            font-size:18px;
        }

        #progressList ul#menu li a > .caret{
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #000;
        }

#progressList .triangle-group{
    margin-top: 2px;
}

#progressList .title{
    background-color: #07A4F5; 
    border-top: 3px solid #ffffff;
    color: #fff;
    font-size: 16px;
    height: 30px;
    margin-top: -12px;
    padding-left: 20px;
}


/*---- enter voucher page ----*/
.borderedBottom{
    border-bottom: #bb0000 solid 3px;
}

.voucherImage{
    height:210px;
}

    .voucherImage > .triangle-group {
        margin-top: 160px;
    }
    .voucherImage > .title {
        text-align:left;
        padding-left:20px;
        font-size:20px;
        padding-top:0px;
        height:40px;
    }

    .voucherImage > .title > h4, .enterVoucherDescription > .content > h4 {
       
        font-size: 16px;
    }


.enterVoucherDescription{
    padding:10px;
}

/*----- welcome page -----*/
.welcomePage{
    font-size:16px;
}

.welcomePage .subtitle{
    font-weight:bold; 
    font-size:18px;
}

#voucherHolder{
    width:100%; 
    text-align:center; 
    margin-top:30px;
}

#voucherDetailsHolder{
    width:540px; 
    height:259px; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top:-259px; 
    position: relative;
}

#voucherDetailsHolder  #leftColumn{
    height: 100%;
    width: 386px;
    padding:20px 10px 20px 20px;
}

#voucherDetailsHolder #rightColumn{
    height: 100%;
    margin-top: -259px;
    position: relative;
    width: 153px;
    color:#FE0502; 
    float:right
}

#voucherDetailsHolder #nextBtn{
    border:none;
    background:none;
    font-size:30px;
    font-weight:bold;
    line-height:1;
    height:180px;
}

.color-white{
    color:white!important;
}

/*----- user details -----*/
.mainPageHolder{
    padding:30px;
}

.userDetailsHolder {
    text-align:center; 
}

.userDetailsForm {
    text-align:right; 
    margin-top:25px;
}

.formTitle {
    font-size: 20px;
    font-weight: 300 !important;
    text-align: center;
}

.capitalize{
    text-transform:capitalize;
}

/*---------- details page ---------------*/

.detailsTitle{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}

.detailsBtn{
    border-radius:0 0 !important;
    font-weight:bold !important;
    font-size:18px !important;
    color:#fff !important;
    background-color:#080B21;
    padding-top:2px !important;
    padding-bottom:2px !important;
}

.addBtn {
    margin-left: 30px;
    min-width: 125px;
}

.editBtn{
    margin-right:5px;
}

.editBtnWarning {
    background-color: red !important;
}

.customerBg {
    background-color: #787A80;
}
.vehicleBg {
    background-color: #5F6D95;
}
.gadgetBg{
    background-color:#a43f01;
}

.customerDivSelected > div 
{
    background-color: rgba(120,122,128,0.4);
}
.vehicleDivSelected > div 
{
    background-color: rgba(95, 109, 149, 0.4);
}
.gadgetDivSelected > div{
    background-color: rgba(164, 63, 1, 0.6);
}

.customerDetailsBordered {
    border-left: 5px solid #787A80;
    margin-bottom: 10px;
    font-weight: bold !important;
}

.customerDetailsBorderWarning {
    border-left: 5px solid red !important;
}

.vehicleDetailsBordered {
    border-left: 5px solid #5F6D95;
    margin-bottom: 10px;
}
.gadgetDetailsBordered{
    border-left: 5px solid #a43f01;
    margin-bottom:10px;
    font-weight:bold !important;
}
.customerDetailsBordered *,
.vehicleDetailsBordered *,
.gadgetDetailsBordered * {
    font-weight:bold !important;
}
.customerDetailsBordered label,
.vehicleDetailsBordered label,
.gadgetDetailsBordered label {
    font-weight:normal !important;
    color:#666;
    font-size:12px;
    display: block;
    margin-bottom: 0px !important;
}

.details{
    padding-left:5px;
}

.customerDivSelected .selectBtn,
.customerDivNotSelected .selectLabel{
    display: none !important;
} 

.customerDivSelected .selectLabel
.customerDivNotSelected .selectBtn{
    display: inline-block;
}

.vehicleDivSelected .selectBtn,
.vehicleDivNotSelected .selectLabel{
    display: none !important;
} 

.vehicleDivSelected .selectLabel
.vehicleDivNotSelected .selectBtn{
    display: inline-block;
}

.gadgetDivSelected .selectBtn,
.gadgetDivNotSelected .selectLabel{
    display: none !important;
} 

.gadgetDivSelected .selectLabel
.gadgetDivNotSelected .selectBtn{
    display: inline-block;
}

.modal-header .close {
    margin-top: -20px !important;
}

.customerImpersonateBtn {
    float: right;
    background-color: grey;
    margin-right: 30px;
}


/*----------- idd -------------*/
.iddContent{
    text-align:left; 
    padding:20px 10px;
}

.iddSubtitle, .iddHighlight{
    color: #2a2a2a; 
    padding-top:10px;
    font-weight:bold;
    font-size: 16px;
}
.iddHighlight {
    color: #bb0000;
    padding-top:10px;
    font-weight:bold;
    font-size: 16px;
}

/* ---- products ------ */
.productsPageHolder form {
    padding-bottom:40px;
}

.buttonsWrap {
    padding: 10px 0;
    margin-top: 20px;
}

.productsPointsWrap {
    float:right; 
    text-align:right; 
    font-size:12px; 
    margin-top:-50px; 
    display:inline-block;
}
    .productsPointsWrap .pointsEarned {
        color:#14064D;
    }

    .productsPointsWrap .pointsRedeemd {
    }

    .productsPointsWrap .pointsBalance {
        color:#5290CB;
    }

.productFormTitle {
    padding-left: 130px;
    padding-right: 130px;
}

.levelWrap {
    margin-bottom:5px;
}

.levelTitle {
    font-size:27px;
    border-bottom:solid 5px #000;
}

.levelHeading {
    font-size: 24px;
    padding-top: 5px;
    text-align: center;
}

.productWrap {
    margin-bottom:5px; 
    margin-top:10px;
}

.hiddenProduct{
    display:none;
}

.productTitleMainWrap {
    background-color:#F6F6F6; 
    box-shadow: 1px 1px 1px #C1C1C1; 
    padding:10px;
}

.selectedProduct  .productTitleMainWrap,
.selectedProduct  .productDescriptionWrap{
    background-color: rgba(100, 100, 100, 0.15) !important;
    /*-webkit-transition:3s;*/
}

    .productTitleMainWrap .fakeProduct {
        text-align:center; 
        min-height: 50px;
    }

    .productTitleMainWrap input[type="checkbox"] {
        display:inline-block; 
        margin-top:20px;
    }

.productTitleWrap {
    margin-top:-50px; 
    margin-left:80px;
}

.productPrice {
    float:right;
}

.productDescriptionWrap {
    background-color:#F4F4F4; 
    color: #393939;
    margin:2px 5px; 
    padding:5px;
    min-height:25px;
}


.productTitle {
    color: #06143F;
    font-size: 20px;
    display: inline-block;
}
.productTitleIpt {
    font-size: 10px;
}

.productTC {
    margin-right: 10px;
    margin-top: -25px;
    float: right;
}

    .productTC a:link,
    .productTC a:visited,
    .productTC a:active,
    .productTC a:hover {
        color: #06143F;
    }

.productIconCicle {
    background: none repeat scroll 0 0 #0071EC;
    border-radius: 999px;
    height: 50px;
    width: 50px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

    .productIconCicle img {
        width:45px; 
        height:45px; 
        margin-top:3px; 
        margin-left:3px;
    }

.productsTotalPrice {
    color: #06143F;
    font-size: 20px;
    display: inline-block;
    margin-right:20px;
}

/*--------------- checkout -------------------*/
.freeProductsTitle,
.allProductsTitle {
    font-size:27px;
    border-bottom:solid 5px #000;
}

.freeProductsTitle {
    color: #3356f2;
    border-bottom-color:#3356f2;
}

.allProductsTitle {
    color: #c9d4e0;
    border-bottom-color:#c9d4e0;
}

.checkOutSubtitle{
    font-size: 18px;
}

.checkoutProductsWrap {
    background-color:#F6F6F6; 
    box-shadow: 1px 1px 1px #C1C1C1; 
    padding:10px;
    margin-top:10px;
    margin-bottom:10px;
    color:#434343;
}

    .checkoutProductsWrap .productRRPPrice {
        color: #0F1C46;
        font-size: 18px;
        margin-top: -3px;
        float:right; 
        display:inline-block;
    }

.checkoutTotalPrice {
    color: #0F1C46;
    font-size: 18px;
    display:inline-block;
}

input[type="radio"] {
    width:auto;
}

.checkoutPaymentType {
    margin-top:15px;
    color: #0F1C46;
    font-size: 18px;
}

/* ------------- price confirmation -------------*/
.confirmationPaymentType {
    color: #0F1C46;
    font-size: 18px;
}

.confirmationHighlight{
    color: #2a2a2a; 
    padding-top:10px;
    font-weight:bold;
    font-size: 16px;
}

.confirmProductTitle
{
    padding-top:15px;
    padding-bottom:5px;
    font-size: 16px;
    text-align:center;
}

.confirmProductHighlight
{
    font-weight:bold;
}

.pfHighlight
{
    color: #2a2a2a; 
    font-weight:bold;
}
.pfSection
{
    margin-bottom:10px;
}
.pfHeader
{
    text-align:left; 
    margin-left:100px; 
    margin-bottom:20px;
}

/*--------------- feedback -------------------*/
.feedbackQuestion {
    color:#000000;
    font-size:18px;
    margin-top:10px;
}
.feedbackRadio {
    margin-bottom: 8px !important;
    margin-left: 20px !important;
}

.commentTextarea {
    resize:none; 
    vertical-align:top !important; 
    display:inline-block !important; 
    width:300px !important; 
    height:50px !important;
}

.btnExp1, .btnExp1Checked, .btnExp2, .btnExp2Checked, .btnExp3, .btnExp3Checked, .btnExp4, .btnExp4Checked, .btnExp5, .btnExp5Checked
{
	border: none !important;
	width: 39px !important;
	height: 39px !important;
    margin-left: 20px !important;
    display: inline-block;
}
.btnExp5
{
	background-image: url('../../Content/Images/feedback/veryHappy.png');
}
.btnExp5Checked
{
	background-image: url('../../Content/Images/feedback/veryHappySelected.png');
}
.btnExp4
{
	background-image: url('../../Content/Images/feedback/Happy.png');
}
.btnExp4Checked
{
	background-image: url('../../Content/Images/feedback/HappySelected.png');
}
.btnExp3
{
	background-image: url('../../Content/Images/feedback/Usual.png');
}
.btnExp3Checked
{
	background-image: url('../../Content/Images/feedback/UsualSelected.png');
}
.btnExp2
{
	background-image: url('../../Content/Images/feedback/poor.png');
}
.btnExp2Checked
{
	background-image: url('../../Content/Images/feedback/poorSelected.png');
}
.btnExp1
{
	background-image: url('../../Content/Images/feedback/verypoor.png');
}
.btnExp1Checked
{
	background-image: url('../../Content/Images/feedback/verypoorSelected.png');
}

/*----------- thank you -------------*/
.congratsWrap {
    color:#373737;
    font-size:16px;
}
.congratsHighlight {
    color:#000000;
    font-size:18px;
    display:inline-block;
    font-weight:bold;
}

.spaceBefore {
    margin-top:20px;
}

.phoneMessage {
    color:#000000;
    font-size:20px;
    font-weight:bold;
}

.phoneNo {
    font-size:24px;
    font-weight:bold;
    display:inline-block;
}


/* -------------------- claims ------------------------*/
.productWrap .description .wrapper {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .productWrap .description .wrapper .more {
        cursor:pointer;
    }

.productWrap .description .notWrapped {
    height: auto !important;
    max-height: none;
}

.policyDetails {
    margin-bottom: 20px;
}

.vehicleWrap {
    background-color: #3FA9F5;
    color: #fff;
    padding: 10px;
}

    .vehicleWrap .highlight {
        font-size: 18px;
        font-weight: bold;
    }

.policyActiveWrap{
    background-color: #3FA9F5;
}

.policyExpiredWrap{
    background-color: #FF1D25;
}

.vehicleWrap a:link,
.vehicleWrap a:visited,
.vehicleWrap a:active,
.vehicleWrap a:hover {
    color: #fff;
}

.policyDetails .productWrap {
    padding: 10px;
    margin: auto;
}

    .policyDetails .productWrap .title {
        font-size: 18px;
        font-weight: bold;
    }

    .policyDetails .productWrap:nth-child(even) {
        background-color: #eaeaea;
    }

    .policyDetails .productWrap:nth-child(odd) {
        background-color: #f2f2f2;
    }

.claimHeader {
        padding: 10px;
        color: #fff;
        background-color: #3FA9F5;
        margin-bottom: 20px;
}
.imgExamples{
    text-align:center;
}

.imgExamples img{
    max-width:100%;
}

.uploadFilesDetails{
    font-size:18px;
    padding-top:10px;
    padding-bottom:10px;
}

.bold-button {
    font-weight: bold !important;
}

/********************
*   Mobile Styles   *
********************/

@media only screen and (max-width: 1200px){

    #progressList {
        display: none;
    }
    #progressList ~ .content-wrapper,
    #progressList ~ .homeContentWrap{
        padding-left: 15px !important;
    }
    
    /*.content-wrapper,
    .homeContentWrap{
        padding-left: 100px !important;
        padding-right: 100px !important;
    }*/
    .home_title {
        padding-right: 15px;
        width: 310px;
    }
    .home_title_full_cover{
	    padding-left: 15px !important;
    }
    .triangle-title-white{
        border-width: 0 0 605px 505px;
    }

    .triangle-title{
        border-width: 0 0 600px 500px;
    }
}


@media only screen and (max-width: 992px) {
    /* header
    ----------------------------------------------------------*/
     header .content-wrapper {
        height:auto;
    }
    
    header .float-left,
    header .float-right {
        float: none;
    }
    
    /*.content-wrapper,
    .homeContentWrap{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }*/

    .home_title {
        padding-right: 15px;
        width: 260px;
    }
    .home_title_full_cover{
	    padding-left: 15px !important;
    }
    .triangle-title-white{
        border-width: 0 0 605px 405px;
    }

    .triangle-title{
        border-width: 0 0 600px 400px;
    }
}

@media only screen and (max-width: 850px) {

    #body {
        margin: 0 auto -132px;
        padding: 0 0 132px;
    }
    
    /* header
    ----------------------------------------------------------*/
     header .content-wrapper {
        height:auto;
    }
    
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: 12px;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#footerMenu li,
        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 14px;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: 132px;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

    /*.content-wrapper,
    .homeContentWrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }*/

    .home_title {
        padding-right: 15px;
        width: 220px;
    }
    .home_title_full_cover{
	    padding-left: 15px !important;
    }
    .triangle-title-white{
        border-width: 0 0 605px 335px;
    }

    .triangle-title{
        border-width: 0 0 600px 330px;
    }

    .mainPageHolder{
        border: none;
    }

    .socialMedia{
        margin: 0px;
    }

    .productPrice {
        float:none;
    }
}

