﻿@font-face {
    font-family: 'InterstateLight';
    src: url("../../fonts/Interstate-Light.otf") format("opentype");
}

@font-face {
    font-family: 'InterstateLight_IE';
    src: url("../../fonts/Interstate-Light.ttf") format("opentype");
}

@font-face {
    font-family: 'Aptos';
    src: url("../../fonts/Aptos/Aptos.ttf") format("opentype");
}

@font-face {
    font-family: 'Aptos Bold';
    src: url("../../fonts/Aptos/Aptos-Bold.ttf") format("opentype");
}

@keyframes rotate {
    0% {
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

html * {
    font-family: Aptos, 'Aptos Bold';
    font-weight: 300;
    letter-spacing: -0.3px;
}

body {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.3px;
    color: #5C6670;
}

p {
    color: #141914
}
.modal-footer{
    background-color:#FFFFFF
}

#wrapper {
    /*height:100%;*/
    background-color: white !important;
}

.wrapper-content {
    padding: 20px 20px 20px;
    min-height: 939px;
}

.subwrapper {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    /*min-height: 100vh;*/
    /*max-width: 1200px;*/
}

.header {
    flex: none;
}

    .header .headerrow1 {
        background-color: #0079c1;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        height: 60px;
    }

        .header .headerrow1 > form ul {
            display: flex;
            list-style: none;
            justify-content: flex-start;
            margin: 0;
            padding: 0;
        }

            .header .headerrow1 > form ul > li {
                flex: 0 1 auto;
                margin: 0;
                padding: 0;
                position: relative;
            }

                .header .headerrow1 > form ul > li > a {
                    Font-size: 14px;
                    Line-height: 16px;
                    text-decoration: none;
                    padding: 0rem 0.5rem;
                    color: #cccccc;
                }

                    .header .headerrow1 > form ul > li > a:hover {
                        color: #FFFFFF;
                    }

                .header .headerrow1 > form ul > li:last-child > a {
                    Font-size: 14px;
                    Line-height: 16px;
                    text-decoration: none;
                    Font-weight: bold;
                    padding-right: 3.5rem;
                    color: #FFFFFF;
                }

    .header .headerrow2 {
        padding-left: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #FFFFFF;
        height: 95px;
        margin: 0 auto;
        max-width: 1200px;
    }

        .header .headerrow2 .logo {
            background-image: url("../../images/all_shores_header.svg") !important;
            background-repeat: no-repeat;
            height: 42px;
            width: 180px;
        }

        .header .headerrow2 > nav > ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            list-style: none;
            margin: 0;
            padding: 0;
            padding-top: 23px;
        }

            .header .headerrow2 > nav > ul > li {
                border-radius: 10px 10px 0px 0px;
                flex: 0 1 auto;
                margin: 0;
                padding: 0;
                padding-bottom: 23px;
                position: relative;
                transition: all linear 0.1s;
            }

                .header .headerrow2 > nav > ul > li.sub:hover {
                    background: #0079c1;
                }

                    .header .headerrow2 > nav > ul > li.sub:hover > a {
                        color: #FFFFFF;
                    }

                    .header .headerrow2 > nav > ul > li.sub:hover > div {
                        display: block;
                        width: 100%;
                    }

                .header .headerrow2 > nav > ul > li.nosub:hover > a {
                    color: #00aeef;
                }

                .header .headerrow2 > nav > ul > li.nosub:hover > div {
                    width: 100%;
                }

                .header .headerrow2 > nav > ul > li > a {
                    align-items: flex-start;
                    color: #004b8d;
                    display: flex;
                    Font-size: 16px;
                    Font-weight: bold;
                    text-decoration: none;
                    /*text-shadow: 0 1px 1px rgba(0,0,0,.1);*/
                    padding: 1rem 1.5rem;
                    transition: all linear 0.1s;
                }

                .header .headerrow2 > nav > ul > li div {
                    display: none;
                    position: absolute;
                }

                    .header .headerrow2 > nav > ul > li div > ul {
                        list-style-type: none;
                        padding-top: 23px;
                    }

                        .header .headerrow2 > nav > ul > li div > ul > li {
                            margin: 0;
                            padding: 0;
                        }

                            .header .headerrow2 > nav > ul > li div > ul > li > a {
                                background-color: #FFFFFF;
                                color: #0079c1;
                                display: block;
                                border: 1px solid;
                                Font-size: 14px;
                                Line-height: 16px;
                                text-decoration: none;
                                padding: 1rem 1.5rem;
                                text-transform: uppercase;
                                /*text-shadow: 0 1px 1px rgba(0,0,0,.1);*/
                            }

                            .header .headerrow2 > nav > ul > li div > ul > li:last-child > a {
                                border-radius: 0px 0px 10px 10px;
                            }

                            .header .headerrow2 > nav > ul > li div > ul > li:hover > a {
                                color: #FFFFFF;
                                background-color: #0079c1;
                            }

    .header .headerrow4 {
        background-image: url("../../images/Map.svg");
        background-repeat: no-repeat;
        background-color: #F4F2F1;
        background-size: cover;
        height: 180px;
        padding-left: 1.5rem;
        margin-top: 0px;
        border-bottom: 4px solid #FFEB14
    }

        .header .headerrow4 > .headertitle {
            margin-top: 0px;
            padding-left: 8px!important;
            padding-top: 15px;
            max-width: 1200px;
            margin: auto;
        }

.main {
    flex: 1 0 auto;
    padding: 0;
    background-color: #FFFFFF;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

/*  ARGUS BACKGROUND COLOURS  */
.argus-blue {
    background-color: #002D72 !important;
}

.argus-light-blue {
    background-color: #00ADF0 !important;
}

.argus-white {
    background-color: rgb(255,255,255) !important;
}

.argus-grey {
    background-color: #5C6670 !important;
}

.argus-light-grey {
    background-color: #eff0f1 !important;
}

.argus-turquoise {
    background-color: #2AD2C9 !important;
}

.argus-grapefruit {
    background-color: #FF5959 !important;
}

.argus-mid-blue {
    background-color: #0079C1 !important;
}

.argus-silver {
    background-color: #7C878E !important;
}

/*  ARGUS TEXT COLOURS  */
.argus-blue-text {
    color: #002D72 !important;
}

.argus-light-blue-text {
    color: #00ADF0 !important;
}

.argus-white-text {
    color: rgb(255,255,255) !important;
}

.argus-grey-text {
    color: #5C6670 !important;
}

.argus-turquoise-text {
    color: #2AD2C9 !important;
}

.argus-grapefruit-text {
    color: #FF5959 !important;
}

.argus-mid-blue-text {
    color: #0079C1 !important;
}

.argus-silver-text {
    color: #7C878E !important;
}

/* ARGUS TABLES */
table.argus-table > tbody > tr:nth-of-type(odd) {
    /*background-color: rgb(225, 236, 248);*/
}

table.argus-table > tbody > tr > td {
    padding: 1px;
    border-top: 1px solid #7C878E;
    vertical-align: baseline;
}

table.argus-table > thead > tr > th {
    padding: 1px;
    border-bottom: 0px;
}

/* ARGUS FORMS */

form label {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

form input.form-control {
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
}

form .input-group-addon {
    border-radius: 4px;
}

form input.form-control.input-validation-error {
    border: 1px solid #FF5959;
    color: #FF5959;
    padding: 15px;
}

form span.field-validation-error {
    color: #FF5959;
}

.spinnier-loading-container {
    text-align: -webkit-center;
}

.spinnier-loading {
    width: 40px;
    height: 40px;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.4) rgba(0,0,0,0.4) rgba(0,0,0,0.2) rgba(0,0,0,0.2);
    opacity: 0.9;
    border-radius: 20px;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

/*MODAL FIX*/
.modal > .modal-dialog > .modal-content > .modal-header {
    padding: 50px 50px 35px 50px!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color:#FFFFFF
}

.modal > .modal-dialog > .modal-content > .modal-body {
    padding: 35px 50px 50px 50px!important;
    background-color:#FFFFFF
}

    /*Modal Action Buttons*/
    .modal > .modal-dialog > .modal-content > .modal-body > form > .modal-buttons > ul {
        display: flex;
        padding: 0px;
        margin: 0px;
    }

        .modal > .modal-dialog > .modal-content > .modal-body > form > .modal-buttons > ul > li {
            float: left;
            display: block;
            width: 100%;
        }

            .modal > .modal-dialog > .modal-content > .modal-body > form > .modal-buttons > ul > li > button {
                width: 100%;
            }

@media (max-width: 550px) {
    .modal > .modal-dialog > .modal-content > .modal-body > form > .modal-buttons > ul {
        display: inline-block;
        width: 100%;
    }

        .modal > .modal-dialog > .modal-content > .modal-body > form > .modal-buttons > ul > li {
            margin: 0px
        }
}



.navbar-fixed-top, .navbar-static-top {
    background: #0079c1;
}

    .navbar-static-top > form ul > li > a {
        color: #cccccc;
    }

        .navbar-static-top > form ul > li > a:hover {
            color: #FFFFFF;
        }

    .navbar-static-top > form ul > li:last-child > a {
        Font-size: 14px;
        Line-height: 16px;
        text-decoration: none;
        Font-weight: bold;
        padding-right: 1.5rem;
        color: #FFFFFF;
    }

.nav.navbar-right > li > a {
    color: #cccccc;
    font-weight: normal;
}

.footer {
    background-color: #141914;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    /*height: 60px;*/
    Font-size: 14px;
    Line-height: 16px;
    text-decoration: none;
    color: #cccccc;
    position: inherit;
    bottom: 0px
}

    .footer > .subfooter {
        max-width: 1150px;
        margin: 0 auto;
        flex: 1 1 auto;
        padding: 0px;
    }

        .footer > .subfooter > .contact-number {
            padding-right: 20px;
            line-height: 26px;
            font-size: 20px;
        }

        .footer > .subfooter > .address {
            padding-right: 20px;
            line-height: 26px;
            font-size: 14px;
        }

        .footer > .subfooter > .copyright {
            padding-right: 5px;
            line-height: 26px;
        }

        .footer > .subfooter > .allrights {
            white-space: nowrap;
            padding-right: 20px;
            line-height: 26px;
        }

        .footer > .subfooter > .privacypolicy {
            white-space: nowrap;
            Font-weight: bold;
            line-height: 26px;
        }

    .footer a {
        text-decoration: none;
        color: #FFFFFF;
    }

        .footer a:hover {
            color: #FFFFFF;
        }

H1 {
    Font-size: 54px;
    color: #141914;
    font-weight: 300;
    letter-spacing: -0.5px;
}

H2 {
    Font-size: 36px;
    color: #141914;
    font-weight: 300;
    letter-spacing: -0.3px;
}

H3 {
    Font-size: 24px;
    color: #141914;
    font-weight: 300;
    letter-spacing: -0.3px;
}

H4 {
    Font-size: 22px;
    color: #FFEB14;
    font-weight: 400;
    letter-spacing: -0.3px;
}

H5 {
    Font-size: 20px;
    color: #141914;
    font-weight: 400;
    letter-spacing: -0.3px;
}

H6 {
    Font-size: 16px;
    color: #FFEB14;
    font-weight: 400;
    letter-spacing: -0.3px;
}



@media (max-width: 420px) {
    H1 {
        Font-size: 36px;
    }

    H2 {
        Font-size: 28px;
    }

    H3 {
        Font-size: 20px;
    }

    H4 {
        Font-size: 16px;
    }

    H5 {
        Font-size: 14px;
    }

    H6 {
        Font-size: 12px;
    }
}

/* MARGINS & PADDINGS */
.p-xxl {
    padding: 50px;
}

.text-danger {
    color: #FF5959;
}

.form-control:focus, select:focus {
    border-color: #0079C1 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 121, 193, 0.6);
    outline: 0 none;
}

.form-control.input-validation-error:focus, select.input-validation-error:focus {
    border-color: #FF5959 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 89, 89, 0.6);
    outline: 0 none;
}

.control-label {
    margin-bottom: 10px;
    Font-weight: bold;
    Line-height: 18px;
    /*width: 190px*/
}

.control-label-orange {
    color: #ff5959;
    padding-left: 10px;
    display: inline;
}

.form-control-static {
    color: #5C6670;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn {
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 50px!important;
    Font-weight: bold;
}

.btn-primary, .btn-success, .btn-warning, .btn-info {
    background-color: #FF5959;
    color: #FFFFFF;
    border: 2px solid #FF5959;
    text-transform: uppercase;
}

.btn-secondary {
    fill: none;
    color: #ff5959;
    border: 3px solid #ff5959;
    background: transparent;
    text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #f04c4c;
    border: 2px solid #f04c4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
    background-color: #f04c4c;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
    background-color: #f04c4c;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
    background-color: #f04c4c;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active table.result {
    background-color: #f98e8e;
    border-color: #f98e8e;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open .dropdown-toggle.btn-secondary, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary.active:focus {
    color: #f04c4c;
    border: 3px solid #f04c4c;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

table.result {
    float: left;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

    table.result th {
        color: #000;
        padding: 6px 4px;
        text-align: left;
        vertical-align: middle;
        font-weight: bold;
        background: #ececec;
        border: none;
    }

    table.result td {
        padding: 6px 4px;
        text-align: left;
        vertical-align: middle;
    }

    table.result tbody tr.even {
        background: #f8f8f8;
    }

        table.result tbody tr.even:hover {
            background: #ececec;
        }

    table.result tbody tr:hover {
        background: #ececec;
    }

    table.result tbody td {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    table.result thead th {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    table.result tr.clickable:hover {
        color: #7E96C9;
    }

    table.result .right-align {
        text-align: right;
    }

.ibox .ibox-title.policy-status-title-red {
    background: #fff7f7;
}

.ibox .ibox-title.policy-status-title-blue {
    background: #e5f7fd;
}

.ibox .ibox-title {
    padding: 15px 15px 15px 15px;
}

.ibox-title h5 {
    font-size: 20px;
    display: inline;
    margin: 5px 0px 5px 0px;
    float: none;
}

@media (max-width: 1024px) {
    .wrapper-content {
        min-height: 0;
    }

    .ibox {
        /*margin-bottom: 0;*/
    }
}

.ibox-content {
    border-width: 0px;
    padding: 20px 0 0 0;
    border-radius: 4px;
}

.widget img {
    width: 80px;
    margin: 10px;
}

@media (max-width: 420px) {
    .widget-box-collection > div {
        padding-left: 0;
        padding-right: 0;
    }
}

.widget {
    border-radius: 4px;
}

    .widget h2 {
        font-size: 30px;
    }

    .widget h3 {
        color: #00adf0;
        font-size: 22px;
        line-height: 26px
    }

    .widget h6 {
        font-size: 16px;
        line-height: 20px
    }

.widget-box-clickable:hover {
    cursor: pointer;
    background-color: #dfe2e3;
    transition: background-color 0.3s ease;
}

.no-hover:hover {
    cursor: default;
    background-color: white;
}

.widget.widget-box {
    background-color: white;
    /*min-height:267px;*/
    width: 260px;
    height: 260px;
}

    .widget.widget-box h5 {
        font-size: 16px;
    }

    .widget.widget-box h2 {
        color: #002d72;
        /*width: 200px;*/
        margin: auto;
    }

@media (max-width: 420px) {
    .widget.widget-box {
        text-align: left;
        height: auto;
        width: auto;
    }

        .widget.widget-box > div {
            display: inline-flex;
        }

        .widget.widget-box div {
            margin: auto;
        }

        .widget.widget-box img {
            width: 60px;
            margin: 0px;
        }

        .widget.widget-box h2 {
            font-size: 36px;
        }

        .widget.widget-box h3,
        .widget.widget-box h4,
        .widget.widget-box h6 {
            padding: 5px 0px 5px 20px;
        }



        .widget.widget-box.widget-box-sm {
            text-align: center;
            padding: 0px
        }

            .widget.widget-box.widget-box-sm > div {
                display: inline-block;
                text-align: center;
            }

            .widget.widget-box.widget-box-sm h3 {
                padding: 5px 0px 5px 0px;
            }
}

@media (min-width: 768px) {
    .widget.widget-box {
        background-color: white;
        /*min-height:267px;*/
        width: auto;
        height: 260px;
    }
}

@media (min-width: 0px) {
    .widget h4 {
        font-size: 20px;
    }

    .widget h6 {
        font-size: 16px;
    }
}



.widget.widget-box-sm {
    height: auto;
    padding: 10px;
    padding-top: 5px;
}

    .widget.widget-box-sm h6 {
        padding: 0 0 5px 0;
    }

@media (max-width: 420px) {
    .widget.widget-box-sm {
        text-align: center;
        padding: 0px
    }

        .widget.widget-box-sm > div {
            display: inline-block;
            text-align: center;
            margin: 10px 0 10px 0;
        }
}

.widget.widget-table {
    background-color: white;
    padding: 35px;
}

    .widget.widget-table h2 {
        color: #002d72;
    }

    .widget.widget-table h5 {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .widget.widget-table table {
        margin-bottom: 0px;
    }

@media (max-width: 420px) {
    .widget.widget-table {
        padding: 20px;
    }

        .widget.widget-table h3 {
            font-size: 24px;
        }
}

.widget.widget-box.widget-box-list ul {
    margin: 40px 0px;
}

@media (max-width: 420px) {
    .widget.widget-box.widget-box-list ul {
        margin: 0px;
    }
}


@media (max-width: 768px) {
    .widget.widget-box.widget-box-list ul {
        margin: 0px;
    }
}

@media (max-width: 420px) {
    .widget.widget-box.widget-box-list ul {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.widget.widget-box.widget-box-pensions {
    text-align: center;
    width: auto;
    height: auto;
    padding: 20px;
}

    .widget.widget-box.widget-box-pensions h5 {
        font-size: 14px
    }

    .widget.widget-box.widget-box-pensions h6 {
        font-size: 16px
    }

@media (max-width: 768px) {
    .widget.widget-box.widget-box-pensions {
        padding: 18px 15px 10px 15px;
    }
}

@media (max-width: 420px) {
    .widget.widget-box.widget-box-pensions {
        padding: 25px 30px;
    }

        .widget.widget-box.widget-box-pensions h5 {
            font-size: 16px
        }

        .widget.widget-box.widget-box-pensions h6 {
            font-size: 18px
        }
}

/*@media (min-width: 769px) {
    .widget.widget-box.widget-box-pensions h5 {
        font-size: 16px
    }
}*/

.widget-tile {
    box-shadow: inset 0 0 0 #1eacae, 0 0px 0 0 #1eacae, 0 5px 5px #999999;
    cursor: pointer;
}

    .widget-tile span {
        font-size: 18px;
    }

    .widget-tile:hover {
        /*filter: brightness(105%);*/
        color: #dfe2e3;
    }

.open > .dropdown-toggle.btn-warning:focus {
    background-color: #f04c4c;
}

.darkgray-bg {
    background-color: #949ea0;
}


.canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: radial-gradient(rgb(64, 64, 75), rgb(17, 17, 24));
    background-color: rgba(34, 34, 40, 0.94);
    background: radial-gradient(#40404b, #111118) rgba(34,34,40,0.94);
    opacity: 0.9;
    z-index: -1;
}

/*    WIZARD WIDGET STYLES    */
.wizard-widget {
    border-radius: 4px;
    min-width: 550px;
    box-shadow: 0 0 40px 4px #111118;
    z-index: 1;
}

    .wizard-widget .wizard > .steps > ul > li {
        width: 32%;
        text-align: center;
    }

        .wizard-widget .wizard > .steps > ul > li > a > span.number {
            display: none;
        }

    .wizard-widget > .header {
        padding: 50px 50px 0px 50px;
        height: 190px;
        background-color: #f0f0f2;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }


    .wizard-widget .header .logo {
        background-image: url("../../images/all_shores_header.svg");
        background-repeat: no-repeat;
        width: 159px;
    }

    .wizard-widget > form {
        padding: 35px 50px 50px 50px;
    }

    .wizard-widget .wizard > .content {
        background-color: white;
        margin: 0px;
    }

        /*.wizard-widget .steps {
        padding-bottom: 35px;
    }*/

        .wizard-widget .wizard > .content > .body {
            padding: inherit;
            width: 100%;
        }

    .wizard-widget > .wizard > .steps > ul > li[role=tab]:not(.current) {
        display: none !important;
    }

    .wizard-widget > .wizard > .steps > ul > li[role=tab].current a {
        display: none;
    }


    .wizard-widget > .wizard > .steps > ul > li[role=tab].current:before {
        background-size: 100% 100%;
        display: inline-block;
        width: 480px;
        height: 66px;
        content: "";
        background-position: center;
        margin-bottom: 35px;
    }

    .wizard-widget > .wizard > .steps > ul > li[role=tab]:nth-child(1):before {
        display: none;
    }

    .wizard-widget > .wizard > .steps > ul > li[role=tab]:nth-child(2):before {
        background-image: url('../../images/registration/step1.png');
    }

    .wizard-widget > .wizard > .steps > ul > li[role=tab]:nth-child(3):before {
        background-image: url('../../images/registration/step2.png');
    }

    .wizard-widget > .wizard > .steps > ul > li[role=tab]:nth-child(4):before {
        background-image: url('../../images/registration/step3.png');
    }

@media (max-width: 550px) {
    .wizard-widget > .wizard > .steps > ul > li[role=tab].current:before {
        width: 350px;
        height: 47px;
    }
}

.wizard-widget > .wizard > .actions {
    text-align: center;
}


    .wizard-widget > .wizard > .actions > ul {
        text-align: center;
        display: flex;
    }

        .wizard-widget > .wizard > .actions > ul > li {
            width: 100%;
            margin: 0px;
        }

            .wizard-widget > .wizard > .actions > ul > li > a[href="#previous"] {
                margin-right: 10px;
                background: white;
                border: 2px solid #7C878E;
                color: #7C878E;
            }

                .wizard-widget > .wizard > .actions > ul > li > a[href="#previous"]:hover {
                    filter: brightness(98%);
                }

            .wizard-widget > .wizard > .actions > ul > li.disabled {
                display: none;
            }



    .wizard-widget > .wizard > .actions a, .wizard-widget .wizard > .actions a:active {
        background: #FF5959;
        border: 2px solid #FF5959;
        font-size: 16px;
        border-radius: 4px;
    }

        .wizard-widget > .wizard > .actions a:hover {
            background: #f04c4c;
        }

    .wizard-widget > .wizard > .actions li.disabled a,
    .wizard-widget > .wizard > .actions li.disabled a:hover,
    .wizard-widget > .wizard > .actions li.disabled a:active {
        background: white;
        border: 2px solid rgb(188, 192, 197);
    }

.wizard-widget > .wizard .date > .input-group-addon {
    background: #f3f3f4;
}

.wizard-widget .wizard-widget-footer {
    padding: 10px 50px 10px 50px;
    background-color: #f0f0f2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.checkbox-consent input[type=checkbox] + input[type=hidden] + label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.checkbox-consent input[type=checkbox] {
    display: none !important;
}

    .checkbox-consent input[type=checkbox] + input[type=hidden] + label:before {
        content: "\2714";
        font-weight: 100;
        border: 2px solid #ddd;
        border-radius: 0.2em;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding-left: 8px;
        padding-top: 4px;
        margin-right: 10px;
        vertical-align: middle;
        color: transparent;
        transition: .2s;
    }

/* Remove the tick input edge */
@supports (-ms-ime-align: auto) {
    .checkbox-consent input[type=checkbox] + input[type=hidden] + label:before {
        content: " ";
    }
}

.checkbox-consent input[type=checkbox] + input[type=hidden] + label:active:before {
    transform: scale(0);
}

.checkbox-consent input[type=checkbox]:checked + input[type=hidden] + label:before {
    background-color: rgb(13, 121, 191);
    border-color: rgb(13, 121, 191);
    color: #fff;
}

.checkbox-consent input[type=checkbox]:disabled + input[type=hidden] + label:before {
    transform: scale(1);
    border-color: #aaa;
}

.checkbox-consent input[type=checkbox]:checked:disabled + input[type=hidden] + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

@media (min-width: 550px) {
    .wizard-widget {
        position: absolute;
        margin-top: 50%;
        margin: auto;
        left: 50%;
        top: 50%;
        margin-top: -452px;
        margin-left: -290px;
        max-width: 580px;
    }
}

@media (max-height: 788px) {
    .wizard-widget {
        margin-top: 0px;
        top: 0px;
    }
}

@media (max-width: 550px) {
    .wizard-widget {
        width: 100%;
        min-width: 0px;
        border-radius: 0px;
    }

        .wizard-widget > .header {
            border-radius: 0px;
        }

        .wizard-widget > form {
            padding: 35px 5px 50px 5px;
        }

        .wizard-widget .wizard-widget-footer {
            padding: 10px 5px 10px 5px;
        }
}

/* Advertisement Banners Styles */
.ad-banner {
    margin: 0 15px;
}

.ad-banner-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Tab container overrides */
.tabs-container .nav-tabs {
    border-bottom: hidden;
}

    .tabs-container .nav-tabs > li.active > a,
    .tabs-container .nav-tabs > li.active > a:hover,
    .tabs-container .nav-tabs > li.active > a:focus {
        color: #0079c1;
        border: none;
        border-bottom: 1px solid #0079c1;
        background-color: transparent;
    }

@media (max-width: 767px) {
    .tabs-container .nav-tabs > li {
        float: left !important;
    }

        .tabs-container .nav-tabs > li.active > a {
            border-bottom: 1px solid #0079c1 !important;
            margin: 0;
        }
}

@media (max-width: 420px) {
    .nav-tabs > li > a {
        padding: 10px
    }
}

.ibox .ibox-content {
    padding: 40px;
}

.ibox.ibox-profile {
    margin: 0px 20px 20px 20px;
}
    .ibox.ibox-profile .ibox-content {
        padding-bottom: 10px;
    }

.ibox.policy-notification .ibox-content {
    padding: 12px 20px;
    border-radius: 4px;
}

.ibox.policy-notification .policytype-icon {
    width: 50px;
}

.ibox.policy-notification h6 {
    line-height: 22px;
}

.ibox.policy-notification .btn {
    width: 100%;
    padding: 10px 0px;
}

@media (max-width: 767px) {
    .ibox.policy-notification .ibox-content {
        text-align: center;
    }

        .ibox.policy-notification .ibox-content img {
            width: 75px;
        }

    .ibox.policy-notification h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .ibox.policy-notification h6 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 420px) {
    .ibox .ibox-content {
        padding: 20px;
    }

    .ibox.ibox-profile {
        margin: 0px 20px;
    }

        .ibox.ibox-profile .ibox-content {
            padding: 30px 40px 0px 40px;
        }

    .ibox.policy-details h3,
    .ibox.policy-renew h3,
    .ibox.policy-payment-details h3,
    .ibox.policy-payment-confirmation h3 {
        font-size: 24px;
    }

    .ibox.policy-details h5,
    .ibox.policy-renew h5,
    .ibox.policy-payment-details h5,
    .ibox.policy-payment-confirmation h5 {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -0.3px;
    }

    .ibox.policy-details h6,
    .ibox.policy-renew h6,
    .ibox.policy-payment-details h6,
    .ibox.policy-payment-confirmation h6 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.3px;
    }

    .ibox.policy-details .btn.btn-primary,
    .ibox.policy-renew .btn.btn-primary,
    .ibox.policy-payment-details .btn.btn-primary,
    .ibox.policy-payment-confirmation .btn.btn-primary {
        width: 100%;
    }
}


.policy-summary {
    border-radius: 5px;
    border: solid 1px rgba(92,102,112,0.1);
    position: relative;
}

    .policy-summary .ibox-title {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: solid grey;
    }

        .policy-summary .ibox-title .collapse-chevron {
            position: absolute;
            top: 0;
            right: 0;
        }

        .policy-summary .ibox-title h4 {
            font-size: 24px;
        }

    .policy-summary .ibox-content {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .policy-summary .ibox-title .policy-status {
        text-align: center;
        font-size: 14px;
        width: fit-content;
        padding: 2px 0px 0px 20px;
    }

@media (max-width: 420px) {
    .policy-summary .ibox-title .policy-status {
        padding: 5px 0px 20px 0px;
    }
}

.policy-summary .ibox-content {
    border-width: 0px;
    padding: 20px;
}

.policy-status div {
    border-radius: 13.5px;
    padding: 2px 15px;
}

@media (max-width: 420px) {
    .policy-status div {
        font-size: 16px;
    }
}

.policy-status .policy-status-bubble-active {
    border: solid #2ad2c9;
}

.policy-status .policy-status-bubble-new {
    border: solid #2ad2c9;
}

.policy-status .policy-status-bubble-expired {
    border: solid #ff5959;
}

.policy-status .policy-status-bubble-upforrenewal {
    border: solid #ff5959;
}

.policy-status .policy-status-bubble-comingup {
    border: solid #2AD2C9;
}


.policy-status .policy-status-bubble-pending {
    border: solid #ff5959;
}

.policy-status .policy-status-bubble-cancelled {
    border: solid #ff5959;
}

.policytype-icon {
    width: 110px;
}

.policypaymentconfirmation-icon {
    width: 100px;
}

.important-note {
    padding: 15px;
    background-color: #f0f0f2;
    border-left: 4px solid #FF5959;
}
