.HeaderBg {
    margin-bottom: 0px;
    background: #fff;
    padding: 5px 0px;
    border: 0;
}

.logo {
    clear: both;
    margin: 15px 0 0 0;
    width: 245px;
    height: 70px;
    background: url(../images/LPC/lpc_Logo.png) no-repeat left top;
}

.clb {
    clear: both;
}

.logo img {
    border: 0;
}

.LogoutLinks {
    float: right;
    margin-top: 0px;
}

    .LogoutLinks p, .LogoutLinks a {
        margin: 0 0 0 5px;
        padding: 0;
        float: left;
        font-size: 12px;
        color: #575656;
    }

.Crumb {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
}

    .Crumb li a {
        color: #2bac6b;
    }

    .Crumb li .active {
        color: #8e8e8e;
    }

.LeftSidebar {
    background: #2bac6b url(../images/left-side-shade.png) repeat-y right top;
    padding: 0;
    min-height: 450px;
}

.LeftArrow {
    background: url(../images/left-arrow.png) no-repeat right center;
    height: 35px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #249059;
    outline: none;
}

#sidebar-search .sidebar-toggle a {
    outline: none;
}

.LeftNav {
    margin: 0;
    padding: 0 0;
    list-style: none;
    clear: both;
}

.sidebar-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 33px;
    border-left: 1px solid #2bac6b;
}

.LeftNav li a {
    margin: 0;
    padding: 0 0 0 38px;
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: 300;
}

.sidebar-nav li a:hover {
    text-decoration: none;
}

.sidebar-nav li:hover {
    background-color: #fff !important;
}

.sidebar-nav li.active a {
    background-color: #fff !important;
    background-image: none !important;
}

.sidebar-nav li:hover a, .sidebar-nav li.active a {
    color: #2bac6b;
}

.Quick {
    background: url(../images/nav-sprite.png) no-repeat 8px 5px;
    padding: 7px 15px;
    float: left;
    height: 33px;
    width: 40px;
}

.Personal {
    background: url(../images/nav-sprite.png) no-repeat 8px -26px;
    padding: 7px 15px;
    float: left;
    height: 33px;
    width: 40px;
}

.Monthly {
    background: url(../images/nav-sprite.png) no-repeat 8px -58px;
    padding: 7px 15px;
    float: left;
    height: 33px;
    width: 40px;
}

.Underwriter {
    background: url(../images/nav-sprite.png) no-repeat 8px -92px;
    padding: 7px 15px;
    float: left;
    height: 33px;
    width: 40px;
}

.ThirdParty {
    background: url(../images/nav-sprite.png) no-repeat 8px -126px;
    padding: 7px 15px;
    float: left;
    height: 33px;
    width: 40px;
}

.DirectDebit {
    background: url(../images/nav-sprite.png) no-repeat 8px -158px;
    padding: 7px 15px;
    float: left;
    height: 33px;
    width: 40px;
}

ul.sidebar-nav li:hover .Quick {
    background: #fff url(../images/nav-sprite.png) no-repeat -52px 5px;
}

ul.sidebar-nav li:hover .Personal {
    background: #fff url(../images/nav-sprite.png) no-repeat -52px -26px;
}

ul.sidebar-nav li:hover .Monthly {
    background: #fff url(../images/nav-sprite.png) no-repeat -52px -58px;
}

ul.sidebar-nav li:hover .Underwriter {
    background: #fff url(../images/nav-sprite.png) no-repeat -52px -92px;
}

ul.sidebar-nav li:hover .ThirdParty {
    background: #fff url(../images/nav-sprite.png) no-repeat -52px -126px;
}

ul.sidebar-nav li:hover .DirectDebit {
    background: #fff url(../images/nav-sprite.png) no-repeat -52px -158px;
}

ul.sidebar-nav li.active .Quick {
    background: url(../images/nav-sprite.png) no-repeat -52px 5px;
    padding: 7px 15px;
}

ul.sidebar-nav li.active .Personal {
    background: url(../images/nav-sprite.png) no-repeat -52px -26px;
    padding: 7px 15px;
}

ul.sidebar-nav li.active .Monthly {
    background: url(../images/nav-sprite.png) no-repeat -52px -58px;
    padding: 7px 15px;
}

ul.sidebar-nav li.active .Underwriter {
    background: url(../images/nav-sprite.png) no-repeat -52px -92px;
    padding: 7px 15px;
}

ul.sidebar-nav li.active .ThirdParty {
    background: url(../images/nav-sprite.png) no-repeat -52px -126px;
    padding: 7px 15px;
}

ul.sidebar-nav li.active .DirectDebit {
    background: url(../images/nav-sprite.png) no-repeat -52px -158px;
    padding: 7px 15px;
}

.box-min-height {
    min-height: 500px;
}

.error-txt {
    font-size: 20px !important;
}

.h1_red {
    color: red;
    padding-bottom: 25px;
}

.h2 {
    background-color: #004e70;
    margin: 0 0 15px 0;
    padding: 6px 13px;
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.h5 {
    font-size: 16px;
    color: #000333;
    font-weight: 300;
}

    .h5 span {
        font-size: 12px;
        font-weight: 300;
        color: #989797;
        display: block;
        margin: 5px 0 0 0;
    }

.h4 {
    color: #004e70;
}

.h6 {
    color: #000;
    font-size: 13px;
    padding-top: 4px;
}

.colsPadding {
    padding: 0;
}

.padding-left20 {
    padding-left: 20px;
}

.padding-bottom10 {
    padding-bottom: 10px;
}

.top-50 {
    margin-top: 50px;
}

.top-40 {
    margin-top: 40px;
}

.top-30 {
    margin-top: 30px;
}

.top-20 {
    margin-top: 20px;
}

.top-10 {
    margin-top: 10px;
}

.left-15 {
    margin-left: 15px;
}

.PremiumBox {
    padding: 12px 0;
    margin: 0px 0 15px 0;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.10);
    display: block;
}

    .PremiumBox p {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        display: block;
        margin: 0;
        padding: 0 0 5px 0;
    }

.spantext {
    font-size: 18px;
    font-weight: 300;
    color: #222222;
    display: block;
    margin: 0;
    padding: 0;
}

.fielddoller {
    margin-left: 0px;
    padding-left: 20px;
}

.Doller {
    line-height: 30px;
    color: #6b6b6b;
    position: absolute;
    left: 5px;
}

.lables {
    font-weight: 300;
    color: #000333;
    font-size: 16px;
}

.radio-group {
    clear: both;
    margin: 0px 0 10px 0;
    overflow: hidden;
}

    .radio-group .small {
        margin: 0 0 0 0;
        padding: 0;
    }

    .radio-group label {
        font-weight: 300;
        color: #000;
        font-size: 12px;
        margin-right: 10px;
        line-height: 16px;
    }

.small {
    font-weight: 300;
    color: #989797;
    font-size: 12px;
    padding-bottom: 5px !important;
}

    .small a {
        font-weight: 300;
        color: #000;
        font-size: 12px;
        margin: 5px 0px 0 0;
        display: inline-block;
    }

        .small a:hover {
            text-decoration: none;
            color: #989797;
        }

footer {
    padding: 5px 0px;
    margin: 0px 0 15px 0;
}
/*1322014*/
.sidebar-nav li a:focus, .sidebar-nav li .active {
    background-color: #fff;
    color: #2bac6b;
}

.LeftSideBar {
    background: url("../images/left-side-shade.png") repeat-y right top #2BAC6B !important;
}
/*sathya  styles starts form here */

.noPaddings {
    padding: 0px !important;
}

.padding5 {
    padding: 5px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.DetailsHeading {
    float: right;
    font-size: 12px !important;
    width: 65%;
}

a:focus, input:focus, button:focus {
    outline: none !important;
}

blockquote .text-sm {
    font-size: 10px;
}

#content {
    overflow: hidden;
}

#sidebar {
    background: url("../images/left-side-shade.png") repeat-y scroll right top #2BAC6B !important;
}

.small-tabs > li > a {
    padding: 10px 0px;
}

.SmallIcon {
    font-size: 6px;
    padding: 2px;
}

.textbox-group {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
}

    .textbox-group input[type="text"] {
        border-right: 1px solid #DDDDDD;
        border-left: none;
        border-top: none;
        border-bottom: none;
        padding: 6px 5px;
        width: 11.5%;
    }

    .textbox-group input:active, .textbox-group input:focus {
        box-shadow: none;
    }

    .textbox-group input:last-child {
        border: none;
    }

.tg-sm input[type="text"] {
    width: 15.5%;
}

.input-no-styles td {
    padding: 0px !important;
}

.input-no-styles input {
    width: 100%;
    padding: 8px 0px;
    text-align: center;
    border: none;
}

.radio-group input[type="radio"] {
    margin-right: 5px;
}

.form-span span {
    font-weight: 300;
    color: #f00;
    font-size: 10px;
    padding-top: 2px;
}

.errorbrd {
    border: 1px solid #f00;
    background: #F9F9F9;
}

.padding-top20 {
    padding-top: 20px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-top20 {
    margin-top: 20px;
}

.padding-left10 {
    padding-left: 10px;
}
/*design changes css*/
blockquote {
    margin-bottom: 10px;
}

.Percent {
    float: right;
    line-height: 30px;
}

.findadd {
    margin-left: 0;
    margin-top: -31px;
    position: absolute;
    right: 5px;
    text-align: center;
}

.pos-relative {
    position: relative;
}

.Thankyou {
    font-weight: 300;
    color: #679be6;
    font-size: 36px;
    line-height: 36px;
    display: block;
    padding: 20px 0;
    text-align: center;
}

.lighter {
    font-weight: 300;
    color: #6e6d6d;
    font-size: 16px;
    line-height: 26px;
    display: block;
    padding: 20px 0;
    text-align: center;
}
/*styles for travel*/
.margin-top0 {
    margin-top: 0;
}

.margin-top10 {
    margin-top: 10px;
}

.padding-top10 {
    padding-top: 10px;
}

.trip span {
    display: block;
}

.trip input[type="radio"] {
    vertical-align: top;
    margin-top: 2px;
}

.margin-right30 {
    margin-right: 35px !important;
}

.margin-top4 {
    margin-top: 4px;
}

.padding-bottom25 {
    padding-bottom: 25px !important;
}

.trip strong {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}


.traveltrip span {
    color: #666666;
    display: block;
    font-size: 11px;
}

.traveltrip strong {
    font-weight: 400;
    font-size: 13px;
    color: #000;
}

.traveltrip input[type="radio"] {
    vertical-align: top;
    margin-top: 2px;
    float: left;
}

.agecount {
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    margin: 0 10px 0 10px;
    padding: 7px 10px;
}

.CoverBox {
    display: block;
    border: 1px solid #c2c2c2;
    background: #fdfdfd;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .CoverBox h5 {
        color: #7e7e7e;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 5px 5px;
        margin: 0;
        display: block;
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #c9c9c9;
    }

    .CoverBox strong {
        color: #787878;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        padding: 15px 0 2px 0;
        margin: 0;
        display: block;
    }

    .CoverBox span {
        color: #787878;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        margin: 0;
        display: block;
    }

.bottom-boxes {
    margin: 0 auto;
    width: 80%;
}


/********** extra css starts form here**********/
.range-bar input[type='range'] {
    -webkit-appearance: none;
    border-radius: 5px;
    background-color: #929292;
    height: 5px;
    vertical-align: middle;
    margin-top: 8px;
}

    .range-bar input[type='range']::-moz-range-track {
        -moz-appearance: none;
        border-radius: 5px;
        border: 0px;
        background-color: #999;
        height: 5px;
    }

    .range-bar input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        border-radius: 20px;
        background-color: #FFF;
        border: 1px solid #999;
        height: 15px;
        width: 15px;
    }

    .range-bar input[type='range']::-moz-range-thumb {
        -moz-appearance: none;
        border-radius: 20px;
        background: #FFF;
        border: 2px solid #7d7d7d;
        height: 15px;
        width: 15px;
    }

.rangevalue {
    padding: 0px;
    margin-top: -10px;
    margin-bottom: -5px;
}

    .rangevalue output {
        font-size: 20px;
        font-weight: 400;
    }

.gray-bg {
    background: #fbfbfb;
    padding: 15px 0px;
    border-bottom: #d7d7d7 1px solid;
    border-top: #d7d7d7 1px solid;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.end-list {
    background-color: #BEBEBE;
    border-radius: 100%;
    height: 8px;
    position: absolute;
    right: 0;
    top: 18px;
    width: 8px;
    z-index: 5;
}

.padding-left0 {
    padding-left: 0;
}

.button-span {
    width: 100%;
    float: left;
    text-align: left;
}

.button-group-center .btn {
    float: none;
}

.card-list a {
    margin-right: 2px;
    margin-bottom: 10px;
}

.card-list {
    margin-bottom: 20px;
    float: left;
}

.margin-right15 {
    margin-right: 15px;
}

.card-tabs {
    background: none;
    border: 0;
}

    .card-tabs li a {
        border: 0px solid !important;
    }

        .card-tabs li a:hover {
            border: 0px solid !important;
        }

    .card-tabs li:hover a {
        background: none;
        border-width: 0px;
    }

    .card-tabs label {
        position: relative;
        z-index: 10;
        cursor: pointer;
    }

    .card-tabs li.active a strong {
        text-decoration: underline;
        color: #0055a0;
    }

.strong-color strong {
    color: #60ac01;
}

.light-bg {
    background-color: #f6f6f6;
}


/**/
.wizard-steps {
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 8px 0 0 0;
    position: relative;
}

    .wizard-steps li {
        display: table-cell;
        text-align: left;
        width: 1%;
    }

        .wizard-steps li .step {
            border: 3px solid #ced1d6;
            color: #546474;
            font-size: 17px;
            border-radius: 100%;
            background-color: #FFF;
            position: relative;
            z-index: 2;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 33px;
            text-align: center;
        }

        .wizard-steps li:before {
            display: block;
            content: "";
            width: 100%;
            height: 1px;
            font-size: 0;
            overflow: hidden;
            border-top: 2px solid #ced1d6;
            position: relative;
            top: 21px;
            z-index: 1;
        }
        
        .wizard-steps li.active:before, .wizard-steps li.active .step {
            border-color: #137cb5;
        }

        .wizard-steps li.complete .step {
            cursor: default;
            color: #FFF;
            -webkit-transition: transform ease .1s;
            transition: transform ease .1s;
        }

            .wizard-steps li.complete .step:before {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                line-height: 30px;
                text-align: center;
                border-radius: 100%;
                background-color: #FFF;
                z-index: 3;
                font-family: FontAwesome;
                font-size: 17px;
                color: #87ba21;
            }
       
        .wizard-steps li .title {
            display: block;
            font-size: 14px;
            margin-left: 44px;
            margin-top: 4px;
            max-width: 100%;
            position: relative;
            table-layout: fixed;
            text-align: left;
            top: -21px;
            word-wrap: break-word;
            z-index: 104;
            color: #888;
            font-weight: 400;
        }

        .wizard-steps li.active .title {
            color: #137CB5;
            font-weight: 600;
        }

        .wizard-steps li.complete .title {
            color: #509626;
        }

.step-content .step-pane {
    display: none;
    min-height: 200px;
    padding: 4px 8px 12px;
}

.step-content .active {
    display: block;
}

.wizard-actions {
    text-align: right;
}

@media only screen and (max-width:767px) {
    .wizard-steps li .step {
        width: 30px;
        height: 30px;
        line-height: 24px;
        border-width: 3px;
    }

    .wizard-steps li:before, .wizard-steps li:after {
        border-width: 1px;
    }

    .wizard-steps li.complete .step:before {
        line-height: 24px;
        font-size: 13px;
    }

    .wizard-steps li:before {
        top: 16px;
    }

    .step-content .step-pane {
        padding: 4px 4px 6px;
    }

    .wizard-steps li {
        position: static;
        padding-bottom: 5px;
    }

        .wizard-steps li:hover {
            background: url(../../images/arrow-steps.png) 12px bottom no-repeat;
        }

        .wizard-steps li .title {
            display: none;
        }

        .wizard-steps li:hover .title {
            position: absolute;
            display: block;
            margin-left: 0;
            word-wrap: break-word;
            margin-top: 0px;
            top: 36px;
            padding: 4px 7px;
            color: #fff;
            font-size: 10px;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            background: #000;
        }

    .end-list {
        top: 13px;
    }
}

.tree {
    padding-left: 9px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

    .tree:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: -20px;
        bottom: 16px;
        left: 0;
        border: 1px dotted #67b2dd;
        border-width: 0 0 0 1px;
        z-index: 1;
    }

    .tree .tree-folder {
        width: auto;
        min-height: 20px;
        cursor: pointer;
    }

        .tree .tree-folder .tree-folder-header {
            position: relative;
            height: 20px;
            line-height: 20px;
        }

            .tree .tree-folder .tree-folder-header:hover {
                background-color: #f0f7fc;
            }

            .tree .tree-folder .tree-folder-header .tree-folder-name, .tree .tree-item .tree-item-name {
                display: inline;
                z-index: 2;
            }

            .tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child, .tree .tree-item > [class*="icon-"]:first-child {
                display: inline-block;
                position: relative;
                z-index: 2;
                top: -1px;
            }

            .tree .tree-folder .tree-folder-header .tree-folder-name {
                margin-left: 2px;
            }

            .tree .tree-folder .tree-folder-header > [class*="icon-"]:first-child {
                margin: -2px 0 0 -2px;
            }

        .tree .tree-folder:last-child:after {
            display: inline-block;
            content: "";
            position: absolute;
            z-index: 1;
            top: 15px;
            bottom: 0;
            left: -15px;
            border-left: 1px solid #FFF;
        }

        .tree .tree-folder .tree-folder-content {
            margin-left: 23px;
            position: relative;
        }

            .tree .tree-folder .tree-folder-content:before {
                display: inline-block;
                content: "";
                position: absolute;
                z-index: 1;
                top: -14px;
                bottom: 16px;
                left: -14px;
                border: 1px dotted #67b2dd;
                border-width: 0 0 0 1px;
            }

    .tree .tree-item {
        position: relative;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
    }

        .tree .tree-item:hover {
            background-color: #f0f7fc;
        }

        .tree .tree-item .tree-item-name {
            margin-left: 3px;
        }

            .tree .tree-item .tree-item-name > [class*="icon-"]:first-child {
                margin-right: 3px;
            }

        .tree .tree-item > [class*="icon-"]:first-child {
            margin-top: -1px;
        }

    .tree .tree-folder, .tree .tree-item {
        position: relative;
    }

        .tree .tree-folder:before, .tree .tree-item:before {
            display: inline-block;
            content: "";
            position: absolute;
            top: 14px;
            left: -13px;
            width: 18px;
            height: 0;
            border-top: 1px dotted #67b2dd;
            z-index: 1;
        }

    .tree .tree-selected {
        background-color: rgba(98,168,209,0.1);
        color: #6398b0;
    }

        .tree .tree-selected:hover {
            background-color: rgba(98,168,209,0.1);
        }

    .tree .tree-item, .tree .tree-folder {
        border: 1px solid #FFF;
    }

        .tree .tree-folder .tree-folder-header {
            border-radius: 0;
        }

        .tree .tree-item, .tree .tree-folder .tree-folder-header {
            margin: 0;
            padding: 5px;
            color: #4d6878;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

            .tree .tree-item > [class*="icon-"]:first-child {
                color: #f9e8ce;
                width: 13px;
                height: 13px;
                line-height: 13px;
                font-size: 11px;
                text-align: center;
                border-radius: 3px;
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
                background-color: #fafafa;
                border: 1px solid #CCC;
                box-shadow: 0 1px 2px rgba(0,0,0,0.05);
            }

    .tree .tree-selected > [class*="icon-"]:first-child {
        background-color: #f9a021;
        border-color: #f9a021;
        color: #FFF;
    }

    .tree .icon-plus[class*="icon-"]:first-child, .tree .icon-minus[class*="icon-"]:first-child {
        border: 1px solid #DDD;
        vertical-align: middle;
        height: 11px;
        width: 11px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        border: 1px solid #8baebf;
        line-height: 10px;
        background-color: #FFF;
        position: relative;
        z-index: 1;
    }

        .tree .icon-plus[class*="icon-"]:first-child:before {
            display: block;
            content: "+";
            font-family: "Open Sans";
            font-size: 16px;
            position: relative;
            z-index: 1;
        }

        .tree .icon-minus[class*="icon-"]:first-child:before {
            content: "";
            display: block;
            width: 7px;
            height: 0;
            border-top: 1px solid #4d6878;
            position: absolute;
            top: 5px;
            left: 2px;
        }

    .tree .tree-unselectable .tree-item > [class*="icon-"]:first-child {
        color: #5084a0;
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 10px;
        text-align: center;
        border-radius: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

.wizard-steps li.active .step {
    color: #117bb5;
    font-weight: bold;
}

.wizard-steps li.complete .step {
    color: #509626;
    font-weight: bold;
}

.wizard-steps li.complete:before, .wizard-steps li.complete .step {
    border-color: #509626;
}

.blue-theme .form-control {
    background-color: #fff;
    border: 1px solid #b2b2b2;
    color: #3e3e3e;
}

.blue-theme .btn-primary {
    color: #ffffff;
    background: #7abb1f;
    background: -moz-linear-gradient(top, #7abb1f 0%, #519726 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7abb1f), color-stop(99%, #519726));
    background: -webkit-linear-gradient(top, #7abb1f 0%, #519726 99%);
    background: -o-linear-gradient(top, #7abb1f 0%, #519726 99%);
    background: -ms-linear-gradient(top, #7abb1f 0%, #519726 99%);
    background: linear-gradient(to bottom, #7abb1f 0%, #519726 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abb1f', endColorstr='#519726', GradientType=0 );
    border: 0;
}

    .blue-theme .btn-primary:hover,
    .blue-theme .btn-primary:focus,
    .blue-theme .btn-primary:active,
    .blue-theme .btn-primary.active,
    .blue-theme .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background: #519726;
        background: -moz-linear-gradient(top, #519726 0%, #7abb1f 99%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #519726), color-stop(99%, #7abb1f));
        background: -webkit-linear-gradient(top, #519726 0%, #7abb1f 99%);
        background: -o-linear-gradient(top, #519726 0%, #7abb1f 99%);
        background: -ms-linear-gradient(top, #519726 0%, #7abb1f 99%);
        background: linear-gradient(to bottom, #519726 0%, #7abb1f 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#519726', endColorstr='#7abb1f', GradientType=0 );
    }

.blue-theme .reconfirm-top {
    padding-top: 0px;
}

.blue-theme .btn-default {
    color: #666;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #b7b7b7 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(99%, #b7b7b7));
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #b7b7b7 99%);
    background: -o-linear-gradient(top, #e3e3e3 0%, #b7b7b7 99%);
    background: -ms-linear-gradient(top, #e3e3e3 0%, #b7b7b7 99%);
    background: linear-gradient(to bottom, #e3e3e3 0%, #b7b7b7 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#b7b7b7', GradientType=0 );
    border: 0;
}

    .blue-theme .btn-default:hover,
    .blue-theme .btn-default:focus,
    .blue-theme .btn-default:active,
    .blue-theme .btn-default.active,
    .blue-theme .open .dropdown-toggle.btn-default {
        color: #666;
        background: #b7b7b7;
        background: -moz-linear-gradient(top, #b7b7b7 0%, #e3e3e3 99%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7b7b7), color-stop(99%, #e3e3e3));
        background: -webkit-linear-gradient(top, #b7b7b7 0%, #e3e3e3 99%);
        background: -o-linear-gradient(top, #b7b7b7 0%, #e3e3e3 99%);
        background: -ms-linear-gradient(top, #b7b7b7 0%, #e3e3e3 99%);
        background: linear-gradient(to bottom, #b7b7b7 0%, #e3e3e3 99%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#e3e3e3', GradientType=0 );
    }

.icon-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

.padding-bottom13 {
    padding-bottom: 13px;
}

.fieldsnote {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 6px 0 0;
    padding-left: 0;
    text-align: right;
}

.AdditionalTravelDetail table th {
    background: #696969;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.AdditionalTravelDetail table td {
    border-top: 0;
}

    .AdditionalTravelDetail table td:first-child {
        font-size: 13px;
        vertical-align: middle;
        text-align: center;
    }

.EnterAdressText {
    color: #367709;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
}

.EnterAddressblock {
    display: none;
}

.quotesummarytabelwidth {
    width: 135px;
}

.yourquotesummary ul {
    width: 100%;
    border: 1px solid #DDDDDD;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .yourquotesummary ul li {
        float: left;
        list-style-type: none;
        width: 50%;
        border-bottom: 1px solid #DDDDDD;
        padding: 6px;
        font-size: 13px;
    }

        .yourquotesummary ul li strong {
            font-weight: 600;
        }

        .yourquotesummary ul li span {
            width: 30%;
            display: inline-block;
        }

.yourquotesummary ul {
    border-bottom: 0px;
}


.coverbtnlinks {
    margin-top: 35px;
}

    .coverbtnlinks a {
        border: 1px solid #cacaca;
        padding: 20px 7px 7px;
        margin-right: 7px;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #000;
    }

.cover-home {
    background: url(../images/icon-return-home.png) center 7px no-repeat #f2f2f2;
}

.cover-Save {
    background: url(../images/icon-save.png) center 7px no-repeat #f2f2f2;
}

.cover-Print {
    background: url(../images/icon-print.png) center 7px no-repeat #f2f2f2;
}

.coverbtnlinks a:hover {
    text-decoration: none;
    background-color: #FFF;
}

.padding-bottom25 {
    padding-bottom: 25px;
}

.padding-top25 {
    padding-top: 25px;
}

.declaration-radio-label {
    margin: 3px 0 0 10px;
}

.paymentselection strong {
    font-weight: 600;
}

.payment p {
    font-size: 13px;
}

.selectpaymentmode b {
    font-weight: 400;
    font-size: 16px;
    margin-top: 20px;
}

.PremiumBox p strong {
    font-weight: 600;
}

.directdebit span {
    color: #666666;
    font-size: 11px;
}

.bankdetails table tr td {
    border: 1px solid #b2b2b2;
}

.bankdetails .input-no-styles input {
    padding: 7px 0;
    font-size: 12px;
}


input[placeholder], [placeholder], *[placeholder], select {
    color: #7f7e7e !important;
}

    input:focus, select:focus {
        color: #000 !important;
    }

.copyright {
    text-align: right;
    padding-right: 15px;
}

.DirectDebitMandateConfirmation p {
    margin-bottom: 5px;
}

.listing ul li {
    background: url(../images/arrow-right.jpg) 0 8px no-repeat;
    list-style: none;
    padding-left: 20px;
}

.printdirectdebit strong {
    font-size: 20px;
    font-weight: 600;
}

.margin-right10 {
    margin-right: 10px;
}



.bankDetails strong {
    font-weight: 600px;
}

.delcarationcheck input[type="checkbox"] {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.delcarationcheck label {
    float: left;
    margin-top: 0px;
}

.date-field {
    width: 81px;
    display: inline-block;
}

.year-field {
    width: 100px;
    display: inline-block;
}

.table-date-field {
    width: 78px;
    display: inline-block;
}

.table-year-field {
    width: 100px;
    margin-left: 3PX;
    display: inline-block;
}

@media (min-width:600px) and (max-width:991px) {
    .date-field {
        display: inline-block;
        width: 90px;
    }

    .year-field {
        width: 127px;
    }
}

.traveltrip {
    padding-top: 5px;
}

    .traveltrip label {
        float: left;
        margin: 0;
    }

.highlighted-text {
    font-size: 15px;
    font-weight: bold;
    color: #004e70;
}

/* workarounds */
html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    max-height: 250px;
    overflow-x: hidden;
    padding-right: 5px;
    list-style: none;
    background-color: white;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    width: auto;
}

ul.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

/*.field-validation-error {
  display: none;
}*/

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
}

.form-label {
    font-weight: normal;
    padding: 5px
}

.sub-h3 {
    background-color: aliceblue;
    padding: 6px 20px;
    text-align: center;
    margin: 0px;
    font-size: 18px;
    border-top: 1px solid #c2c2c2
}

.field-validation-error {
    color: red;
    clear: both;
    display: table-row;
}
div.MultiFile-label {
    padding: 5px 10px;
    border-bottom: solid 1px #d0d0d0;
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
}
span.MultiFile-label {
    padding-left: 5px;
}
    .MultiFile-remove {
        padding-right: 5px;
        border-right: solid 1px #d0d0d0;
    }
.selected-files {
}
.policyinfo {
    padding: 5px 0px;
    border-bottom: solid 1px #d0d0d0;
}
.wrap-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imp-note {
    color:red;
    font-style:italic;
}
.PremiumBox .imp-note {
    color: red;    
}
.diagnosisNote {
    background-color: #FFFFA7
}
p.small{font-size:11px !important}
span.subittle.small {
    color: #004e70;
}
span.smaller{
    font-size:10px;
}
.input-group.frmtooltip, .form-group.frmtooltipdate {
    display: -webkit-box;
}
.form-group .input-group.frmtooltip a, .form-group.frmtooltipdate a{
   padding-left: 5px;
}
.form-group.frmtooltipdate {
    width: 80%;
}
.custom-bullet-list {
    list-style-type: none; 
    padding-left: 20px; 
}

    .custom-bullet-list li {
        background: url('../images/image001.png') no-repeat;
        padding-left: 30px;
        margin-bottom: 5px;
        background-size: 15px 15px;
        line-height: 1.5;
        background-position: 0px 2px;
        font-size: 15px;
    }

@media only screen and (max-width: 768px) {
    .custom-bullet-list {
        padding-left: 10px; 
    }

    .custom-bullet-list li {
        padding-left: 25px;
    }
    .form-group.frmtooltipdate {
        width: 80%;
    }
    .form-group .input-group.frmtooltip {
        width: 97%;
    }
}

.disabled-icon {
    cursor: not-allowed; /* Change cursor to indicate disabled */
    opacity: 0.5; /* Dim the icon */
    pointer-events: none;
}