﻿@font-face {
    font-family: RobotoRegular;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype"),url("../fonts/Roboto-Regular.eot?") format("eot"),url("../fonts/Roboto-Regular.woff") format("woff"),url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*MAIN-CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
    overflow-y: hidden;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: RobotoRegular, sans-serif;
}

#page-wrapper {
    overflow-y: auto;
    height: 100vh;
    /*padding-top:20px;*/
    /*margin-top: 60px;*/
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* min-height of body content will be whole visible screen minus top & bottom margins, header and footer */
    min-height: calc(100vh - 100px - 171px - 98px);
}

a:focus {
    outline-color: transparent;
}

button, a, input, .input-group-addon, .dropdown-menu, .select {
    border-radius: 0 !important;
}

label, input, i, .error, h4 {
    color: grey;
}

a {
    cursor: pointer;
}

.dl-horizontal dt {
    white-space: normal;
}

.s4i-main-color {
    color: #01558B;
}

label {
    text-align: right;
    font-weight: normal;
    color: #555;
    margin-top: 7px;
}

h2 {
    text-align: left;
}

div > ul > li > button > span {
    width: calc(100% - 20px);
    text-align: left;
    white-space: nowrap;
    overflow-x: auto;
}

/*PADDING/MARGIN*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}


/*NAV*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.navbar-inverse {
    background-color: #fff;
    border: none;
    height: 110px;
    letter-spacing: 0.1em;
    font-weight: 600;
    min-height: 120px;
}

    .navbar-inverse a {
        color: #01558B !important;
    }

        .navbar-inverse a:hover {
            font-weight: 600;
            /*-webkit-transition: all 0s ease 0s;
   -moz-transition: all 0.1s ease 0s;
   -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;*/
            -moz-transform: scaleX(1.05);
            -webkit-transform: scaleX(1.05);
            transform: scaleX(1.05);
        }

.navbar-nav > li > a {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #01558B;
}

.navbar-nav > li:last-child > a {
    border-right: none;
}

.navbar-toggle {
    padding: 7px 7px !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #01558B !important;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff !important;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li {
    padding-top: 25px;
}

.nav > li > a {
}

.header {
    border-bottom: 1px solid #eee;
}

.top-header {
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #041c2c 0%,#33669a 100%);
    top: 0px;
    z-index: 50;
}
/*.navbar-fixed-top {
    top: 10px !important;
    background-color: rgba(255,255,255,1);
}*/

.inner-navbar {
    background: url(bollington-header.png) 100% 0% no-repeat;
}

.inner-navbar-buttons button {
    margin-left: 5px;
    margin-top: 10px;
}

.logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .logo img {
        height: 70px;
        padding-top: 3px;
    }

.header-logo {
    background: url('bollington-header.png') 100% 0% no-repeat;
    min-height: 150px;
    min-width: 400px;
    text-align: right;
    background-size: contain;
    width: 500px;
    height: 160px;
    padding-right: 10px;
}

.contact-number {
    font-size: 33px;
    color: #595959;
    margin-top: 20px;
}

.opening-hours {
    font-size: 14px;
    color: #01558B;
}

.login-button {
    margin-top: 30px;
}
/*FOOTER*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(to bottom, #859295 0%,#5a5b5b 100%);
    overflow-x: hidden;
    font-size: 10px;
}

.footer-baseline {
    padding: 30px;
}

.inner-footer {
    background-color: #72898d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-footer {
    font-weight: 600;
    border-right: 1px solid #fff;
}

    .main-footer:last-child {
        border-right: none;
    }

.footer-baseline a {
    color: #fff;
}

.footer-links .main-footer a {
    padding-right: 5px;
    padding-left: 5px;
}

    .footer-links .main-footer a:first-child {
        padding-right: 5px;
        padding-left: 0px;
    }


/*BUTTON*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn-primary {
    background-color: transparent !important;
    border: 2px solid #01558B !important;
    color: #01558B !important;
    font-weight: bold;
}

    .btn-primary[disabled], .btn-primary[disabled]:hover {
        background-color: transparent !important;
        border: 2px solid #3488BE !important;
        color: #3488BE !important;
        font-weight: bold;
    }

    .btn-primary:hover {
        background-color: #01558B !important;
        border: 2px solid #01558B !important;
        color: #ffffff !important;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.btn-primary-white {
    background-color: #C01618 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    margin-top: 7px;
    font-weight: bold;
}

.btn-default {
    background-color: transparent !important;
    border: 2px solid #9FADAE !important;
    color: #9FADAE !important;
    font-weight: bold;
    margin-right: 5px;
}

    .btn-default[disabled], .btn-default[disabled]:hover {
        background-color: transparent !important;
        border: 2px solid #B9C7C8 !important;
        color: #B9C7C8 !important;
        font-weight: bold;
    }

    .btn-default:hover {
        background-color: #9FADAE !important;
        border: 2px solid #9FADAE !important;
        color: #ffffff !important;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.btn-next, .btn-previous {
    height: 50px;
    width: 50px;
}

    .btn-primary:hover > i, .btn-next:hover > i, .btn-previous:hover > i {
        color: #ffffff !important;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.prev-next {
    font-size: 20px;
}

.btn-save {
    margin-right: 5px;
}

#policyTableId_previous, #policyTableId_next {
    margin-bottom: 3px;
}

/*DROPDOWN*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn-dropdown {
    border-color: transparent;
    border: solid 1px #ccc !important;
    color: #555 !important;
    font-weight: 400 !important;
    border-radius: 3px;
    width: 100%;
    background-color: #fff !important;
    height: 34px;
}

    .btn-dropdown:focus {
        border: solid 1px #66afe9 !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
        border-bottom: solid 2px #01558B !important;
    }

.open > .dropdown-menu {
    margin-left: 15px;
}

.dropdown-menu {
    margin-top: 0px;
    max-height: 40vh;
    overflow-y: auto;
    /* without default bootstrap paddings from both sides */
}

ul .dropdown-menu {
    width: calc(100% - 30px);
}

select.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(arrow-image.png)no-repeat right;
}

    select.select::-ms-expand {
        display: none;
    }

    select.select > option {
        color: #333;
    }

/*TEXTAREA*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.s4i-textarea {
    height: 700px !important;
    width: 500px !important;
}

    .s4i-textarea:focus {
        border: solid 2px #10cede !important;
        outline: transparent;
    }

.capital-input {
    text-transform: capitalize;
}

/*ERROR*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
#s4i-error {
    color: #C02618;
    font-weight: 800;
}

label.error {
    color: rgba(192,38,24,0.9);
    font-weight: 500 !important;
    float: left;
}

/*OTHER*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.border-none {
    border: 0px !important;
    background-color: transparent !important;
}

.well {
    border-radius: 0px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
}

.text-align-label-left {
    text-align: left;
    color: grey;
}

.datepicker-dropdown.dropdown-menu {
    overflow-y: visible;
}

table.dataTable tbody tr.highlightTableSearchResults {
    background-color: white;
}

.table.dataTable tbody tr {
    background-color: #F5F5F5;
}

.searchResultTableShowResultsDDL {
    text-align: left;
}

.data-table-responsive-lg {
    overflow-x: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-right: 2px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #111;
        background-color: #01558B !important;
        background-image: none;
    }

.table-wrapper {
    height: 500px;
    overflow-y: scroll;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 3px !important;
    left: 0px;
}

.empty-field-bottom-error {
    border-bottom-color: #C02618 !important;
}

    .empty-field-bottom-error:focus {
        border-bottom-color: #C02618 !important;
        border-bottom-width: 2px;
    }

.container.body-content.no-js-content {
    display: none;
}

.noJSpage-text {
    margin-bottom: 25px;
    margin-top: 15px;
}

.bollington-hellouser {
    color: grey;
}

.bollington-username {
    color: #01558B;
    font-weight: bold;
}

.paginate_button {
    background: none !important;
    color: #01558B !important;
    border: none !important;
    font-weight: bold;
    padding: 6px 12px !important;
}

    .paginate_button.current {
        background: none !important;
        border: 2px solid #01558B !important;
        color: #01558B !important;
    }

        .paginate_button:hover, .paginate_button.current:hover {
            color: white !important;
            background: none !important;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .paginate_button:active, .paginate_button.current:active {
            background-color: #01558B !important;
            box-shadow: none !important;
            color: white !important;
        }

@media (max-width: 767px) {
    .paginate_button {
        padding: 4px 6px !important;
        font-size: 13px !important;
    }
}

#policyTableId_info {
    color: grey;
}

table.dataTable.no-footer {
    border-bottom: 1px solid grey !important;
    margin-bottom: 10px;
}

#policyTableId_length label {
    color: grey !important;
}

#policySearchResult {
    margin-top: 20px;
}

.ellipsis {
    color: #01558B !important;
    font-weight: bold;
}

.displayNone {
    display: none;
}

.red-color {
    color: #A52408;
}

.link-font-size {
    font-size: 0.8em;
}

/*ICONS*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.glyphicon-chevron-down {
    padding-top: 5px;
    font-size: 10px !important;
}

.social-icons .fa {
    color: #fff;
    padding-right: 5px;
}

.inner-navbar .fa {
    color: #01558B;
}

.inner-navbar-icons {
    height: 30px;
    width: 30px;
    background-color: #C02618;
    margin-right: 5px;
    color: #fff !important;
}

.social-icons .fa:hover {
    color: #C02618;
}

.social-icons {
    padding-top: 5px;
}


/*RADIO*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.radio-inline {
    text-align: left;
}

    .radio-inline > label {
        position: relative;
        text-align: left;
        float: left;
    }

/*.radio-inline > label > label.error {
            display: block;
            position: relative;
            top: 20px;
            left: -25px;

        }

        .radio-inline > label > input.error + label.error + span {
            position: relative;
            top: -47px;
        }


        .radio-inline > label.radio-no > input.error {
            display: block;
            position: relative;
            top: -15px;
            left: -213px;
        }

            .radio-inline > label.radio-no > input.error + span {
                display: block;
                position: relative;
                top: -31px;
                left: -213px;
            }

        .radio-inline > label.radio-custom > input.error {
            display: block;
            position: relative;
            top: -15px;
            left: -213px;
        }

            .radio-inline > label.radio-custom > input.error + span {
                display: block;
                position: relative;
                top: -31px;
                left: -213px;
            }*/



/*DATA-CAPTURE*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.data-capture-title {
    float: left;
    color: #808080;
    border-bottom: 1px solid #01558B;
    width: 100%;
    text-align: left;
    padding-left: 15px;
}

.border-bottom {
    border-bottom: 1px solid #01558B;
    margin-bottom: 35px;
}

.title-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #C02618;
    margin: 1em 0;
    padding: 0;
}

.light-color {
    background-color: #f5f5f5;
}

.progress-completed {
    color: rgba(30,30,30,0.6);
}

/*Multiple type*/

.multiple-table {
    display: none;
}

.hiddenStepInfo {
    display: none;
}

.activeStepInfo {
    display: block;
}

.underline {
    text-decoration: underline;
}

.progress {
    position: relative;
    height: 25px;
}

    .progress > .progress-type {
        position: absolute;
        left: 0px;
        font-weight: 800;
        padding: 3px 30px 2px 10px;
        color: rgb(255, 255, 255);
    }

    .progress > .progress-completed {
        position: absolute;
        right: 0px;
        font-weight: 800;
        padding: 3px 10px 2px;
    }

.step {
    text-align: center;
    margin-bottom: 40px;
}

    .step .col-md-2 {
        color: #5A5A5A;
        background-color: #fff;
        border: 1px solid #5A5A5A;
    }

    .step .activestep {
        color: #01558B;
        height: 100px;
        margin-top: -7px;
        padding-top: 7px;
        border: 3px solid #01558B !important;
        vertical-align: central;
    }

    .step .visitedstep {
        border: 1px solid #3488BE !important;
        color: #3488BE;
    }

    .step .fa-data-capture {
        padding-top: 15px;
        font-size: 40px;
        color: #5A5A5A;
    }

    .step .activestep .fa-data-capture {
        color: #01558B;
    }

    .step .visitedstep .fa-data-capture {
        color: #3488BE;
    }

.progress-bar {
    background-color: #C02618;
}

.chk-margin {
    margin-left: 5px;
}

table {
    font-weight: 600;
}

    table td {
        text-align: left;
    }

.light-color table {
    color: grey;
}

.user-login-details {
    font-weight: 800;
}

.details {
    font-size: 12px;
}

/*CHANGE_THEME_DARK*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.rider-color {
    color: #fff;
}

    .rider-color .terms {
        color: #6caee8;
    }

    .rider-color .login-details {
        color: #ccc;
    }

    .rider-color label {
        color: #fff !important;
    }

.rider-color {
    background-color: rgba(30,30,30,0.6);
}

    .rider-color .data-capture-title {
        color: #fff;
        border-bottom: 2px solid #C02618;
    }

    .rider-color .btn-primary {
        border: 2px solid #fff !important;
        color: #fff !important;
    }

        .rider-color .btn-primary:hover {
            background-color: #fff !important;
            border: 2px solid #9FADAE !important;
            color: rgba(30,30,30,0.6) !important;
        }

    .rider-color .btn-next:hover > i, .rider-color .btn-previous:hover > i {
        color: rgba(30,30,30,0.6) !important;
    }

    .rider-color .s4i-main-color {
        color: #fff;
    }

    .rider-color .btn-dropdown {
        color: #fff !important;
    }


/* Partial header title */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.partialheader-title {
    background-color: #01558B;
    border-top: 3px solid #ccc;
    text-align: center;
    margin-bottom: 120px;
    margin-top: -60px;
}

    .partialheader-title label {
        margin-top: 5px;
        margin-bottom: 5px;
        color: white;
        font-size: 15px;
        text-transform: uppercase;
    }




/*TOOLTIPS*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.tooltip {
    font-size: 13px !important;
}

.tooltip-left {
    text-align: left !important;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
}

.gray-tooltip + .tooltip > .tooltip-inner {
    background-color: #555;
    color: white;
}

.rider-color .btn-dropdown {
    color: #fff !important;
}

.vertical-space {
    line-height: 35px;
}


/*DASHBOARD*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.line-of-business {
}

    .line-of-business div {
        margin-bottom: 10px;
    }

    .line-of-business img {
        width: 100%;
        height: auto;
        height: 150px;
        object-fit: cover;
        object-position: center;
    }


.client-search {
    margin-top: 30px;
}

.dashboard-header {
    color: #01558B;
    margin-bottom: 20px;
    text-align: center;
}

.policy-search label {
    padding-top: 3px;
}

.search-btn {
    margin-top: 20px;
}

.line-of-business .dashboard-header {
}

.rider-color .btn-dropdown {
    color: #fff !important;
}


/* Login and Forgotten Password form */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.accountforms-glyphicon {
    right: 20px !important;
    color: rgba(89, 89, 89, 0.6) !important;
}

.accountforms-login-bottom {
    margin-bottom: 10px;
    margin-top: 50px;
}

.accountforms-forgotten-bottom {
    margin-bottom: 20px;
    margin-top: 50px;
}

.accountforms-top-margin {
    margin-top: 30px;
}

.accountforms-well {
    margin-top: 70px;
    margin-bottom: 70px;
}

.accountforms-remember {
    cursor: pointer;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
}

    .accountforms-remember > [type="checkbox"] {
        vertical-align: top;
    }

.accountforms-forgotten {
    padding-right: 0px;
}

.accountforms-error {
    display: block;
    position: absolute;
    top: 208px;
    left: 35px;
    color: rgba(192,38,24,0.9) !important;
    font-weight: normal !important;
}


/*ASSUMPTIONS*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.ul-assumptions-questions {
    padding-left: 20px;
    list-style: none;
}

.li-assumptions {
    color: gray;
    font-weight: bold;
    text-align: left;
    padding-left: 1.3em;
}

    .li-assumptions:before {
        font-family: 'FontAwesome';
        content: "\f00c";
        display: inline-block;
        margin-left: -1.3em;
        width: 1.3em;
    }


.terms-label {
    margin-top: 40px;
    text-align: left;
    padding-left: 20px;
}

.assumptions-label {
    text-align: left;
    padding-left: 20px;
}

.assumptions-label-before-start {
    text-align: left;
    padding-left: 35px;
}

.terms-modal-body {
    position: absolute;
    margin-top: 85px;
    padding-bottom: 100px;
    width: 100%;
    top: 0px;
    height: 100%;
}

.terms-modal-dialog {
    margin-left: 10%;
    width: 80%;
    height: 90%;
}

.terms-modal-content {
    height: auto;
    min-height: 100%;
}

.terms-div-iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

.terms-iframe {
    width: 100%;
    height: 100%;
}

/*Search Postal Code Popup*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/


tbody tr.selected {
    background-color: lightgray;
}

    tbody tr.selected:hover {
        background-color: lightgray;
    }

.modal-title-btn {
    display: flex;
    height: 36px;
    align-items: center;
    position: fixed;
}

.modal-body .table > tbody > tr {
    cursor: pointer !important;
}

    .modal-body .table > tbody > tr > td {
        font-weight: normal;
    }

.modal-body .table > thead > tr > th {
    color: #7a7a7a;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    border-bottom: 2px solid #7a7a7a;
}

.popup-body {
    overflow: auto;
    height: 500px;
}

.index-body {
    overflow: auto;
    height: 200px;
}

h4.modal-title {
    color: #525252 !important;
    font-weight: bold !important;
}

/*Quotations Screen*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.target-premium-well {
    text-align: left;
}


#reffer-and-decline {
    font-weight: bold;
    font-size: 14px;
}

.quotation-target-premium-label {
    color: #01558b;
    font-size: 20px;
    margin-bottom: 0px;
}

.highlightTable {
    background-color: white;
}

.pointer-hover {
    cursor: pointer;
}

.input-group-addon:last-child {
    border-left: 0;
    display: flex;
    position: absolute;
    float: right;
    right: 0px;
    top: 0px;
    width: 35px;
}


    .input-group-addon:last-child .fa {
        padding: 3px 0px;
    }

.input-group.date {
    width: 100%;
}

    .input-group.date .form-control {
        width: calc(100% - 32px);
    }

.table-header {
    color: white;
    background: #095689;
    font-weight: bold;
}

.th-width-30 {
    width: 30%;
}

.th-width-40 {
    width: 40%;
}

.th-width-20 {
    width: 20%;
}

.th-width-15 {
    width: 15%;
}

.th-width-10 {
    width: 10%;
}

.th-width-5 {
    width: 5%;
}

.th-width-70 {
    width: 70%;
}

.th-width-80 {
    width: 80%;
}

.th-width-90 {
    width: 90%;
}

.th-width-60 {
    width: 60%;
}

/* Policy Information Screen */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.policy-target-premium-label {
    color: #01558b;
    font-size: 15px;
    color: #01558b;
    margin-left: 15px;
    font-weight: 600;
}

.label-policy {
    text-align: left;
    font-weight: normal;
    color: #555;
    margin-top: 7px;
    font-size: 15px;
}

.conditions-align {
    text-align: center;
}

/* Refer and Decline Screen */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.referanddecline-target-premium-label {
    font-size: 12px;
    color: #555;
    margin-left: 10px;
}

.refer-button-margin {
    margin-top: 33px;
}

/* Search result screen */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.text-align-label-left-bold {
    text-align: left;
    font-weight: bold;
}

.text-div-intro-align-left {
    text-align: left;
}

.datepicker-dropdown.dropdown-menu {
    overflow-y: visible;
}

/* Archive documents screen */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

#documentsAlert {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* --------------------------------- REQUIRED FIELD ERROR MESSAGES --------------------------------------------*/

label.error {
    margin-top: 2px;
    text-align: left;
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    width: 100%;
    height: auto;
    line-height: 40px;
    border: solid 1px rgba(227,185,191, .6);
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
}


label.info {
    margin-top: 2px;
    text-align: left;
    background-color: #d9edf7;
    color: #31708f;
    width: 100%;
    height: auto;
    line-height: 40px;
    border: solid 1px #bce8f1;
    border-radius: 6px;
    padding-left: 6px;
    padding-right: 6px;
}


/* jQuery Autocomplete */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.ui-autocomplete-input:focus {
    border-bottom: solid 2px #01558B;
}

.ui-autocomplete {
    padding: 5px 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    background-color: #fff !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    max-height: 40vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

    .ui-autocomplete:focus {
        border: 1px solid rgba(0, 0, 0, .15) !important;
    }

    .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper {
        display: block !important;
        padding: 3px 20px !important;
        clear: both !important;
        font-weight: normal !important;
        line-height: 1.42857143 !important;
        color: #333 !important;
        white-space: nowrap !important;
    }

        .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper:hover,
        .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper:focus,
        .ui-autocomplete > .ui-menu-item > .ui-menu-item-wrapper.ui-state-active {
            color: #262626 !important;
            text-decoration: none !important;
            background-color: #f5f5f5 !important;
            border: 1px solid #f5f5f5 !important;
        }

/* Rejected Screen */

.rejected-well {
    padding: 40px !important;
}

.rejected-button-margin {
    margin-top: 140px;
}

.rejected-title-margin {
    margin-bottom: 40px;
}

/* Data capture not editable */ /* Save Quote */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.blue-label > div > label, .blue-label {
    color: #01558B !important;
    font-weight: bold;
}

.data-capture-not-editable > div > input {
    border: none;
    background-color: #f5f5f5 !important;
}
/* NoQuotes */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.label-left {
    text-align: left;
}

/* HTTP Error Pages */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.error-page .data-capture-title {
    text-align: center;
}

.error-number {
    font-size: 160px;
    font-weight: bolder;
    color: #01558B;
}

.error-oops {
    font-size: 90px;
    font-weight: bolder;
    color: #01558B;
}

.error-wrong-url {
    text-decoration: underline;
    color: #01558B;
    font-weight: bold;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.error-page .noJSpage-text {
    font-size: 16px;
}

.no-margins {
    margin: 0 !important;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/* PLUGINS */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/



/* Ripple Effect Plugin */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.btn {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 0.8;
}

    .ink.animate {
        -webkit-animation: ripple .6s linear;
        -moz-animation: ripple .6s linear;
        -ms-animation: ripple .6s linear;
        -o-animation: ripple .6s linear;
        animation: ripple .6s linear;
    }

@keyframes ripple {
    30% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple {
    30% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    30% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple {
    30% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        -ms-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -o-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    30% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        -o-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

/* Loader Plugin */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.loader-background {
    z-index: 3;
    display: block;
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color: rgba(255,255,255,0.55); /* default background color */
}

.btn-primary > .loader-background {
    background-color: #3488BE;
}

.btn-default > .loader-background {
    background-color: #B9C7C8;
}

.loader {
    margin: 0px auto;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(1,85,139,0.3); /* default loader color */
    border-left-color: rgba(1,85,139,1);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    animation: loader 1.1s infinite linear;
    -webkit-animation: loader 1.1s infinite linear;
}

.btn-default .loader, .btn-primary .loader {
    border-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 1);
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Empty Field Error Plugin */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/

.empty-field-error {
    border-color: #C02618 !important;
}

    .empty-field-error:focus {
        border-color: #C02618 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 38, 24, .6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 38, 24, .6) !important;
    }

/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/* PLUGINS */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
/* GIT Vehicle-Screen */
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.table-header-git {
    color: white;
    background: #9FADAE;
    font-weight: bold;
}

.margin-top-15 {
    margin-top: 15px;
}

/*RESPONSIVE-CONTENT*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1199px) {
    .body-content {
        min-height: calc(100vh - 100px - 171px - 112px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .remove-margin {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .body-content {
        min-height: calc(100vh - 100px - 281px - 126px);
    }

    .partialheader-title {
        margin-top: 0px;
        margin-bottom: 70px;
    }

    .accountforms-well {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .btn-lg {
        padding: 8px 12px;
        font-size: 13px;
    }

    i.fa-chevron-right {
        font-size: 13px;
    }

    i.fa-chevron-left {
        font-size: 13px;
    }

    td > .btn-default.multiple-edit-btn {
        margin-bottom: 3px;
    }

    textarea {
        width: 100%;
    }

    .data-table-responsive {
        overflow-x: auto;
    }
}

@media (max-width: 991px) {
    .accountforms-error {
        top: 165px;
    }
}

@media (max-width: 767px) and ( min-width: 450px) {
    .line-of-business img {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        border: none !important;
    }
}

@media (max-width: 767px) {
    .lob {
        margin-top: 0px;
    }

    .navbar-nav > li > a {
        border-right: none;
    }

    .navbar-inverse .navbar-collapse {
        border: none;
        background-color: #01558B;
    }

    .navbar-nav > li {
        padding: 10px !important;
    }

    .navbar-inverse .navbar-collapse li a {
        color: #fff !important;
    }

    #navbar {
        width: 111%;
    }

    .navbar-inverse a:hover {
        font-weight: 800;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    div > label {
        text-align: left;
    }

    .proposerPostcodeSearchBtn {
        float: left !important;
    }

    .tooltip-inner {
        font-size: 11px;
    }

    .dropdown-menu {
        font-size: 11px;
    }

    h3 {
        font-size: 20px;
    }

    .table-responsive {
        font-size: 11px;
    }

    td > .btn-default {
        padding: 4px 7px;
        font-size: 12px;
    }

        td > .btn-default.multiple-edit-btn {
            margin-bottom: 3px;
        }

    h2 {
        font-size: 25px;
    }

        h2.data-capture-title {
            text-align: center;
        }

    .employment-responsive {
        padding-right: 0px;
    }

    .btn-default, .btn-primary {
        padding: 4px 6px;
        font-size: 13px;
    }

    .btn-responsive-all {
        margin-bottom: 5px;
    }
}

@media (max-width : 460px) {
    .responsive-breadcrumb {
        padding: 1px 4px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

@media (max-width : 460px) {
    #amountID, #policyID {
        margin-left: 15px;
    }

    #saveQuote, #goOnCover, #changeQuotesDetailsBtn, #changeNoQuotesDetailsTaxiBtn, #saveQuoteBtn, #saveQuoteMTA, #acceptMTA, #changeDetails, #changeNoQuotesDetailsGITBtn {
        float: left !important;
        margin-top: 5px;
        margin-left: 5px;
    }
}

@media (max-width : 360px) {
    .btn-lg {
        padding: 4px 6px;
    }

    h3 {
        font-size: 18px;
    }

    #changeNoQuotesDetailsTaxiBtn {
        float: left !important;
        margin-top: 3px;
    }

    .responsive-breadcrumb {
        padding: 1px 4px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .data-capture-title-xs-responsive {
        font-size: 16px;
    }
}

@media (max-width : 370px) {
    .responsive-radio {
        margin-left: 0px !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/



/* upload document specific */
#uploadDocument {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    #uploadDocument .choose-file {
        text-align: center;
        display: inline-block;
    }

    #uploadDocument .choose-file-text {
        margin: 10px 0 0;
        font-size: 15px;
    }

    #uploadDocument .choose-file input {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        display: none;
    }

    #uploadDocument .form-group:not(.do-not-group) {
        border: 2px solid #01558B;
        color: #01558B;
        min-height: 100px;
        max-width: 11%;
        float: left;
        width: 11%;
        margin: 0.5%;
        /* edge ie fixes */
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

        #uploadDocument .form-group:not(.do-not-group) input[type="radio"] {
            display: none;
        }

        #uploadDocument .form-group:not(.do-not-group):nth-child(2),
        #uploadDocument .form-group:not(.do-not-group):nth-child(10) {
            margin-left: 0;
        }

        #uploadDocument .form-group:not(.do-not-group) label {
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
            padding: 0 10px;
            text-align: center;
            width: 100%;
            cursor: pointer;
        }

    #uploadDocument .form-group.space-between {
        float: left;
        width: 100%;
        display: block;
        margin: 30px 0 50px 0;
    }

    #uploadDocument .form-group.do-not-group {
        float: left;
        width: 100%;
        text-align: center;
    }

    #uploadDocument .form-group.checked,
    #uploadDocument .form-group:not(.do-not-group):hover {
        background-color: #01558B;
        border: 2px solid #01558B;
    }

        #uploadDocument .form-group.checked label,
        #uploadDocument .form-group:not(.do-not-group):hover label {
            color: #fff;
        }




@media screen and (max-width: 1024px) {
    #uploadDocument .form-group:not(.do-not-group) {
        width: 24%;
        max-width: 24%;
        margin: 0.5% !important;
    }
}


@media screen and (max-width: 768px) {
    #uploadDocument .form-group:not(.do-not-group) {
        width: 32%;
        max-width: 32%;
        margin: 0.5% !important;
    }
}

@media screen and (max-width: 520px) {
    #uploadDocument .form-group:not(.do-not-group) {
        width: 49%;
        max-width: 49%;
        margin: 0.5% !important;
    }
}