﻿html {
    font-size: 11.7px;
}

@media (min-width: 360px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:1600px) {
    html {
        font-size: 16px;
    }
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9375rem;
}


@media (min-width: 1920px) {
    body {
        font-size: 1rem;
    }
}

.container {
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
}

img {
    max-width: 100%;
}

a {
    outline: none;
}

/*==============================================================================================================
  general style
============================================================================================================== */

/* weight */

.form-label-bold label, .content-label-bold label {
    font-weight: bold;
}

.form-label-600 label, .content-label-600 label {
    font-weight: 600;
}

.form-label-500 label, .content-label-500 label {
    font-weight: 500;
}

.form-label-400 label, .content-label-400 label {
    font-weight: 400;
}



.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}


/* text size */

.text15 {
    font-size: .938rem;
}

.text14 {
    font-size: .875rem;
}

.text13 {
    font-size: .813rem;
}

.text12 {
    font-size: .750rem;
}

.text11 {
    font-size: .688rem;
}

.text10 {
    font-size: .625rem;
}

/* e: text size */


/*==============================================================================================================
form components
============================================================================================================== */
/* buttons */

.btn.active, .btn.active:focus, .btn.active:hover, .btn:active, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover, .navbar .navbar-nav > a.btn.active, .navbar .navbar-nav > a.btn.active:focus, .navbar .navbar-nav > a.btn.active:hover,
.navbar .navbar-nav > a.btn:active, .navbar .navbar-nav > a.btn:active:focus, .navbar .navbar-nav > a.btn:active:hover, .navbar .navbar-nav > a.btn:focus, .navbar .navbar-nav > a.btn:hover, .show > .btn.dropdown-toggle, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:hover,
.show > .navbar .navbar-nav > a.btn.dropdown-toggle, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:focus, .show > .navbar .navbar-nav > a.btn.dropdown-toggle:hover {
    box-shadow: 0 0 5px #ccc;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-link {
    vertical-align: middle;
}

    .btn-link:hover, .btn-link:focus {
        box-shadow: none !important;
        text-decoration: none;
    }

button:focus {
    outline: none;
}

.btn {
    box-shadow: none;
    border-radius: 4px;
/*    text-transform: uppercase;*/
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    border-width: 2px;
}

.btn-default {
    background: #eee;
    color: #999;
}

.btn-outline-default {
    color: #d9d9d9;
    background-color: transparent;
    background-image: none;
    border-color: #d9d9d9;
}

    .btn-outline-default:hover {
        color: #fff;
        background-color: #d9d9d9;
        border-color: #d9d9d9;
    }

.btn-success:hover {
    background-color: #2bbe69;
    border-color: #2bbe69;
    box-shadow: none;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background-color: #25a25a;
    border-color: #25a25a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: .875rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
}

.btn-sm {
    padding: .532rem 1.5rem;
    font-size: .875rem;
    font-weight: bold;
}

.btn-xs {
    padding: .438rem 1rem;
    font-size: .75rem;
}

.hov-noshadow:active, .hov-noshadow:active:focus, .hov-noshadow:active:hover, .hov-noshadow:focus, .hov-noshadow:hover {
    box-shadow: none;
}

.btns-wrp {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: 100%;
}

    .btns-wrp .btn {
        margin-left: 0.625rem;
        margin-right: 0.625rem;
    }

        .btns-wrp .btn .icon-angle-right, .btns-wrp .btn .icon-angle-left {
            font-weight: bold;
        }

@media (max-width: 575px) {

    .btns-wrp .btn-block-xs {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .btn-block-xs {
        display: block;
        width: 100%;
        max-width: 100%;
    }
}



/* e: buttons */
.form-group {
    position: relative;
    padding-bottom: .5rem;
}

    .form-group .form-error {
        display: none;
        color: #dc3545;
        position: absolute;
        padding-top: 2px;
        font-size: 84%;
    }

    .form-group .form-control + label.error {
        position: absolute;
        top: 100%;
        width: 100%;
        color: #dc3545;
        font-size: 84%;
    }

/* input, select */
::-webkit-input-placeholder {
    color: #bbb !important;
}

::-moz-placeholder {
    color: #bbb !important;
}

:-ms-input-placeholder {
    color: #bbb !important;
}

:-moz-placeholder {
    color: #bbb !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    ;
}


input[type=text]:focus {
    color: #424242;
}

textarea.form-control {
    color: #424242;
    font-size: 12px;
}

    textarea.form-control:focus {
        color: #424242;
        font-size: 12px;
    }

.form-control {
    padding: .75rem 1.250rem;
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    color: #424242;
    transition: all 0.525s;
}

    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #999999;
    }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .969rem 1.250rem;
    border-radius: 2px;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.532rem 1.250rem;
    border-radius: 2px;
}

.input-group-text {
    border-color: #d9d9d9;
    border-radius: 2px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    padding: .7532rem 1.250rem;
    padding: .813rem 1.250rem;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: auto;
    padding: 1.063rem 1.250rem;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: auto;
    padding: .563rem 1.250rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: auto;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: 2.467rem
}

/***************************************************************************************************************************
site header
***************************************************************************************************************************/
.header {
    padding: 0.625rem 0;
    z-index: 999;
    transition: padding 0.325s, position 0.825s, background 0.2825s;
    width: 100%;
    height: 78px;
    position: fixed;
    left: 0px;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
}

    .header.sticky {
        position: fixed;
        background: rgba(13, 33, 67, 1) !important;
        z-index: 6;
        border-bottom: 1px solid #122748;
        padding: 0;
    }

        .header.sticky + .main { /*padding-top: 66px;*/
            padding-top: 54px;
        }

    .header .navbar-brand {
        margin-right: 0;
    }

        .header .navbar-brand img {
            height: 23px;
            transition: max-height .325s;
        }

    .header .navbar {
        padding-left: 0;
        padding-right: 0;
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }



@media (min-width: 576px) {
    .header .navbar-brand img {
        height: 34px;
    }
}

@media (min-width: 768px) {

    .header.sticky .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header.sticky + .main {
        padding-top: 68px;
    }

    .header .navbar-brand img {
        height: 37px;
    }

    .header.sticky .navbar-brand img {
        height: 37px;
    }
}

@media (min-width: 992px) {
    .header .navbar-brand img {
        max-height: 40px;
    }

    .header.sticky .navbar-brand img {
        max-height: 40px;
    }
}

.header .navbar-nav {
    text-transform: uppercase;
}

    .header .navbar-nav .nav-item {
        margin-left: 1rem;
        margin-right: 1rem;
    }

        .header .navbar-nav .nav-item:last-child {
            margin-right: 0;
        }

    .header .navbar-nav .nav-item-btn, .header .navbar-nav .nav-item-icon {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .header .navbar-nav .nav-link {
        color: #fff;
        letter-spacing: 0.29px;
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .header .navbar-nav .nav-item-icon .dropdown-toggle::after {
        display: none;
    }

    .header .navbar-nav .nav-link::before {
        display: block;
        content: '';
        border-bottom: 1px solid transparent;
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .header .navbar-nav .nav-link:hover::before, .header .navbar-nav .active > .nav-link::before {
        border-bottom: 1px solid;
    }

.header .dropdown.hover:hover .dropdown-menu {
    display: block;
}

.navbar-toggler {
    color: #fff;
    font-size: 2.125rem;
    padding: 0;
    outline: none;
}

.dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    margin-left: 0.55em;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

/***************************************************************************************************************************
  site footer
***************************************************************************************************************************/
.footer {
    padding: 6.25rem 0 0;
    color: rgba(255,255,255,0.3);
}

    .footer a {
        color: rgba(255,255,255,0.3);
    }


/***************************************************************************************************************************
  Pages
***************************************************************************************************************************/


.site-main {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}


.page-sipp label {
    font-weight: 500;
}

.page-sipp .form-check {
    margin-bottom: 1rem
}

.page-sipp .form-check-input {
    margin-top: 0.22rem;
}

.page-sipp .step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.7;
}

    .page-sipp .step.active {
        opacity: 1;
    }


    .page-sipp .step.finish {
        background-color: #2ecc71;
    }


.page-sipp .section-content {
    /*max-width: 1040px;*/
    margin-right: auto;
    margin-left: auto;
}

    .page-sipp .section-content ol li {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
    }

    .page-sipp .section-content ol {
        padding: 0px;
        margin: 0px;
    }

.tabBox {
    border: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .tabBox td, .tabBox td {
        padding: 0.75rem;
        vertical-align: top;
        border: 0px;
    }


/* .page-sipp-new-biz */
.page-sipp-new-biz .table-investment .row {
    margin-left: -5px;
    margin-right: -5px;
}

.page-sipp-new-biz .table-investment .col-3, .page-sipp-new-biz .table-investment .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}
/* // page-sipp-new-biz */

/* signature pad */
.signature-wrapper {
    position: relative;
    width: 100%;
    height: 84px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

    .signature-wrapper:focus-within {
        border: 1px solid #ddd;
    }

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 413px;
    height: 80px;
    background-color: white;
}

.btn-clear {
    cursor: pointer;
}
/* //signature pad */

.table .bg-primary {
    background-color: #0d2143 !important;
}

.borderless table {
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
}

#msg_parent {
    padding: 5% 0;
}

#msg_child {
    padding: 5% 0;
}

.success_contactDetails {
    width: 75%;
    margin: 0 auto;
}

.footer {
    padding: 6.25rem 0;
    color: rgba(255,255,255,0.3);
    position: fixed !important;
    width: 100% !important;
    left: 0;
    bottom: 0;
}

.content_container {
/*    padding: 50px 0px;
*/    
margin: 50px 0px;
    position: relative;
}

/* .progressbar-wrapper  */
.progressbar-wrapper {
   /* overflow: hidden;*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    /*height: 70px;*/
}


.progressbar {
    margin-bottom: 0px;
    /*overflow: hidden;*/
    counter-reset: step;
}

    .progressbar li {
        list-style-type: none;
        text-decoration: none;
        width: 7%;
        display: inline-table;
        font-size: 12px;
        position: relative;
        text-align: center;
        color: #7d7d7d;
       /* color:red;*/
    }

        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: "";
            line-height: 60px;
            border: 2px solid #e4e4e4;
            display: block;
            text-align: center;
            margin: 0 auto 3px auto;
            border-radius: 50%;
            position: relative;
            z-index: 2;
            background-color: #fff;
            /*            cursor: pointer !important;
*/
        }

        .progressbar li:after {
            width: 100%;
            height: 4px;
            content: '';
            position: absolute;
            background-color: #e4e4e4;
            top: 15px;
            left: -50%;
            z-index: 0;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            font-weight: bold;
        }

            .progressbar li.active:before {
                /*                border-color: #2ecc71;
*/
                border-color: #F5C500;
            }

        .progressbar li.complete + li:after {
            /*            background-color: #2ecc71;
*/
            background-color: #F5C500;
        }

        .progressbar li a {
            text-decoration: none;
            color: #7d7d7d;
        }

        /* .progressbar li.active:before {
  background: #55b776  url(user.svg) no-repeat center center;
  background-size: 60%;
}
.progressbar li::before {
  background: #fff url(user.svg) no-repeat center center;
  background-size: 60%;
}  */
        .progressbar li.currentActive + li:before {
            border-color: #f92464;
        }

        .progressbar li.currentActive + li:after {
            background-color: #f92464;
        }



.progressbar {
    counter-reset: step;
}

    .progressbar li:before {
        content: counter(step);
        counter-increment: step;
        line-height: 30px;
    }

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .progressbar li span {
        display: none !important;
    }

    .progressbar li {
        font-size: 10px;
    }

        .progressbar li:before {
            width: 22px;
            height: 22px;
            line-height: 20px;
        }

        .progressbar li:after {
            top: 10px;
        }

    ul.progressbar {
        padding: 0px;
        margin: 0px;
    }

    .success_contactDetails {
        width: 90%;
        margin: 0 auto;
    }
}

.required-icon {
    color: #e32;
    display: inline;
}





label.error {
    top: 100%;
    width: 100%;
    color: #dc3545;
    font-size: 84%;
}

.progressbar li {
    /*cursor: pointer;*/
}

.remove {
    text-align: right;
    font-size: 30px;
    padding: 6px 15px;
    line-height: 20px;
    right: 20%;
    position: absolute;
    margin: 28px 0px 0px 0px;
}

.adminPage {
  
    margin: 0px 20px 0px 20px !important;
}
