﻿/*
    Colour Name		Colour		Border		Hover		Light
    ------------------------------------------------------------
    Default			#ffffff		#cccccc		#e6e6e6
    Primary			#1b7cac		#186c96		#145c80		
    Success			#5cb85c		#4cae4c		#449d44		#dff0d8
    Info			#5bc0de		#46b8da		#31b0d5		#d9edf7
    Warning			#ff4921		#ff3407		#ed2b00		#fcf8e3
    Danger			#d9534f		#761c19		#c9302c		#f2dede
*/
@font-face {
    font-family: 'ITC_Officina_Serif_Bold';
    src: url('../fonts/ITC_Officina_Serif_Bold.ttf') format('truetype'), url('../fonts/ITC_Officina_Serif_Bold.woff') format('woff');
}

@font-face {
    font-family: 'ITC_Officina_Serif_Std_Book';
    src: url('../fonts/ITC_Officina_Serif_Std_Book.ttf') format('truetype'), url('../fonts/ITC_Officina_Serif_Std_Book.woff') format('woff');
}

h1, h2 {
    font-family: ITC_Officina_Serif_Bold;
}

hr {
    border-top-color: #A8A8A8;
}

.sub-navigation,
.header-navbar {
    font-size: 18px;
    font-family: ITC_Officina_Serif_Std_Book;
    text-shadow: 0 0 3px rgba(24, 108, 150, .8);
}

.form-control {
    background: #f3f3f3;
    background: -moz-linear-gradient(top, #f3f3f3 0%, #ebebeb 100%);
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #f3f3f3 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ebebeb',GradientType=0 );
    border-radius: 20px;
}

    .form-control.readonly {
        background: #E6E6E6;
        background: -moz-linear-gradient(top, #E6E6E6 0%, #DCDCDC 100%);
        background: -webkit-linear-gradient(top, #E6E6E6 0%,#DCDCDC 100%);
        background: linear-gradient(to bottom, #E6E6E6 0%,#DCDCDC 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6E6E6', endColorstr='#DCDCDC',GradientType=0 );
        border-radius: 20px;
    }

.form-group.highlight .form-control.readonly {
    background: #d9edf7;
    background: -moz-linear-gradient(top, #d9edf7 0%, #E2F1F8 100%);
    background: -webkit-linear-gradient(top, #d9edf7 0%,#E2F1F8 100%);
    background: linear-gradient(to bottom, #d9edf7 0%,#E2F1F8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9edf7', endColorstr='#E2F1F8',GradientType=0 );
    border-radius: 20px;
}

.btn {
    border-radius: 20px;
}

.btn-toolbar .btn-default {
    border: none;
    background-color: #fff !important;
    box-shadow: none;
}

.btn-group.open .btn-default.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:focus,
.btn-default:hover {
}

.header-navbar {
    border-width: 0;
}

.masthead .toolbar-row {
    margin: 0 0;
}

    .masthead .toolbar-row .toolbar-item {
        padding: 25px 0;
    }

    .masthead .toolbar-row .nav-pills a {
        border-bottom: 3px solid #fff;
        padding: 0;
        text-transform: uppercase;
        border-radius: 0;
        position: static;
        display: inline;
        color: #000;
        font-weight: 700;
    }

        .masthead .toolbar-row .nav-pills li.active a,
        .masthead .toolbar-row .nav-pills a:hover,
        .masthead .toolbar-row .nav-pills a:focus {
            border-bottom: 3px solid #1B7CAC;
            background-color: white;
            color: #000;
        }

        .masthead .toolbar-row .nav-pills a:hover,
        .masthead .toolbar-row .nav-pills a:focus {
            border-bottom-color: #006089;
        }

    .masthead .toolbar-row .nav-pills li {
        position: relative;
        display: block;
        padding: 10px 15px 7px 10px;
    }

.navbar-left.full-width,
.navbar-left.full-width .nav {
    width: 100%;
}

    .navbar-left.full-width .nav .col-sm-4,
    .navbar-left.full-width .nav .col-sm-3,
    .navbar-left.full-width .nav .col-sm-2,
    .navbar-left.full-width .nav .col-ten-sm-2 {
        padding: 0;
    }

    .navbar-left.full-width .nav > li > a {
        position: relative;
    }

    .navbar-left.full-width .nav > li.active > a > span {
        font-weight: 700;
        border-bottom: 1px solid #fff;
    }

/*.navbar-left.full-width .nav > li.active > a:before {
            content: "";
            border-bottom: 1px solid #fff;
            width: 100%;
            position: absolute;
            bottom: 0;
        }*/

@media (min-width: 768px) {
    .navbar-left.full-width .nav > li > a {
        text-align: center;
    }

    .navbar-left.full-width .nav > li:not(:last-child) > a:after {
        content: "";
        border-right: 1px solid #fff;
        height: 20px;
        position: absolute;
        right: 0;
        top: 14px;
    }
}

.sub-navigation-container,
.breadcrumb-container {
    background-color: #000;
    border-radius: 0;
    margin-top: -20px;
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
}

    .breadcrumb li.active,
    .breadcrumb li {
        color: #fff;
        font-weight: 300;
    }

        .breadcrumb li a {
            font-weight: 700;
            color: #fff;
        }

.text-inverse {
    color: #fff;
}

.navbar-transparent .navbar-brand {
    color: #fff;
}

.navbar-transparent {
    font-size: 10px;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    border-radius: 0px;
    min-height: 30px;
}

    .navbar-transparent .navbar-nav > li > a {
        color: #fff;
        background-color: rgba(255, 255, 255, 0);
        padding-top: 0;
        padding-bottom: 0;
        line-height: 20px;
        font-weight: 300;
    }

        .navbar-transparent .navbar-nav > li > a:hover,
        .navbar-transparent .navbar-nav > li > a:focus {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.1);
        }

    .navbar-transparent .navbar-nav > .active > a,
    .navbar-transparent .navbar-nav > .active > a:hover,
    .navbar-transparent .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .navbar-transparent .navbar-toggle {
        border-color: #ffffff;
    }

        .navbar-transparent .navbar-toggle:hover,
        .navbar-transparent .navbar-toggle:focus {
            background-color: #ffffff;
        }

        .navbar-transparent .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

        .navbar-transparent .navbar-toggle:hover .icon-bar,
        .navbar-transparent .navbar-toggle:focus .icon-bar {
            background-color: #ffffff;
        }

.navbar-sm .nav > li > a {
    font-size: 14px;
}

.equal-height-tile {
    position: relative;
    margin-bottom: 15px;
}

.news-summary {
    margin-bottom: 20px;
    /*padding-bottom: 35px;*/
}

.news-more-link {
    position: relative;
    /*right: 0;*/
    bottom: 10px;
    /*padding: 0 15px;*/
}

.footer-tiles .equal-height-tile {
    margin-bottom: 50px;
}

.footer-tile-btn {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 100%;
}

.news-more-link a {
    padding: 5px;
    border-radius: 4px;
}

    .news-more-link a:hover {
        background-color: #1B7CAC;
        background-color: rgba(27,124,172,.7);
        color: #fff;
        text-decoration: none;
    }

.btn-talk-to-us {
    background-color: #1B7CAC;
    border-radius: 0 0 15px 15px;
    position: fixed;
    right: 0;
    top: 60%;
    color: #fff;
    padding: 10px 25px;
    -moz-transform: rotate(90deg) translateX(50%);
    -ms-transform: rotate(90deg) translateX(50%);
    -o-transform: rotate(90deg) translateX(50%);
    -webkit-transform: rotate(90deg) translateX(50%);
    transform: rotate(90deg) translateX(50%);
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    border: 1px solid rgba(255,255,255,0.2);
    border-top: none;
    box-shadow: 0 0 3px rgba(255,255,255,0.5);
    z-index: 9999;
}

    .btn-talk-to-us:hover {
        background-color: #1C4F6A;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width: 768px) {
    .btn-talk-to-us {
        border-radius: 60px;
        bottom: -50px;
        right: -50px;
        top: auto;
        text-align: center;
        width: 120px;
        height: 120px;
        padding: 15px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
}

.talk-to-us-icon {
    width: 96px;
    height: 96px;
    background-color: #a8a8a8;
    border-radius: 48px;
    display: inline-block;
    text-align: center;
    font-size: 48px;
    background-position: top;
    background-size: cover;
}

.footer .navbar-nav > li {
    float: left;
}

.footer .navbar-transparent {
    float: right;
}

@media (max-width: 768px) {
    .footer .navbar-transparent {
        float: none;
        text-align: center;
    }

        .footer .navbar-transparent .navbar-right {
            display: inline-block;
        }
}

@media (max-width: 385px) {
    .footer .navbar-nav > li {
        float: none;
    }
}

.footer {
    margin-top: 40px;
    margin-bottom: -40px;
}

.grid-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .grid-pagination table > tbody > tr > td {
        display: inline;
    }

        .grid-pagination table > tbody > tr > td > a,
        .grid-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #1B7CAC;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .grid-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .grid-pagination table > tbody > tr > td:first-child > a,
        .grid-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .grid-pagination table > tbody > tr > td:last-child > a,
        .grid-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .grid-pagination table > tbody > tr > td > a:hover,
        .grid-pagination table > tbody > tr > td > span:hover,
        .grid-pagination table > tbody > tr > td > a:focus,
        .grid-pagination table > tbody > tr > td > span:focus {
            color: #1C4F6A;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.grid-container > div {
    max-height: 428px;
}

    .grid-container > div > table > tbody {
        max-height: 408px;
    }

@media (max-width: 796px) {
    .grid-container > div {
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: 431px;
    }
}

.grid-tracker-container.loading tbody {
    display: none;
}

.tracker .tracker-marker {
    border: solid 1px #C1C1C1;
    background-color: #fff;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    z-index: 2;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    margin-top: -7px;
}

.tracker .spacer,
.tracker .tracker-line,
.tracker .tracker-marker,
.tracker .left-line,
.tracker .right-line {
    display: inline-block;
}

.tracker .spacer {
    padding: 8px 0;
}

.tracker .left-line,
.tracker .right-line {
    width: 50%;
    height: 8px;
    background-color: #a8a8a8;
    position: absolute;
    top: 6px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tracker .left-line {
    left: 0;
    /*margin-left: -25px;
    margin-right: -2px;*/
}

.tracker .right-line {
    right: 0;
    /*margin-right: -25px;
    margin-left: -2px;*/
}

    .tracker .left-line.active,
    .tracker .right-line.active {
        background-color: #1B7CAC;
    }

.tracker {
    position: relative;
    padding: 0 !important;
    border-left: none;
    border-right: none;
    height: 100%;
}

    .tracker .first-line {
        border-radius: 4px 0 0 4px;
        left: 4px;
    }

    .tracker .last-line {
        border-radius: 0 4px 4px 0;
        right: 4px;
    }

    .tracker .tracker-line {
        border: 1px dashed #a8a8a8;
        height: 100%;
        position: absolute;
        z-index: 1;
        width: 0px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0;
    }

table.ingenious-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    height: 100%;
    width: 100%;
    min-width: 720px;
    /*white-space: nowrap;*/
}

table.address-grid {
    min-width: 616px;
}

table.ingenious-grid tfoot,
table.ingenious-grid thead {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    width: calc(100% - 5px);
}

    table.ingenious-grid thead th label {
        margin: 0;
        padding: 0;
    }

    table.dashboard-grid thead th,
    table.ingenious-grid thead th {
        position: relative;
    }

        table.dashboard-grid thead th:nth-child(1),
        table.ingenious-grid thead th:nth-child(1) {
            position: relative;
            padding-left: 16px;
        }

/*table.dashboard-grid thead th a:after,
        table.ingenious-grid thead th a:after {
            content: " \f0dc";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            padding-left: 8px;
        }*/

table.ingenious-grid tbody {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    overflow-y: auto;
}

    table.ingenious-grid tbody tr {
        width: 100%;
    }

    /*table.tracker-grid th,
    table.tracker-grid td {
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
    }*/

    table.ingenious-grid thead,
    table.ingenious-grid tbody tr {
        display: table;
        table-layout: fixed;
    }

table.tracker-grid th:nth-child(-n+2),
table.tracker-grid td:nth-child(-n+2) {
    width: 20%;
}

table.tracker-grid th:nth-child(3),
table.tracker-grid td:nth-child(3) {
    width: 10%;
}

table.tracker-grid th:nth-child(n+4),
table.tracker-grid td:nth-child(n+4) {
    width: 10%;
}

table.tracker-grid.is-adviser th:nth-child(-n+2),
table.tracker-grid.is-adviser td:nth-child(-n+2) {
    width: 15%;
}

table.tracker-grid.is-adviser th:nth-child(1),
table.tracker-grid.is-adviser td:nth-child(1) {
    width: 10%;
}

table.tracker-grid.is-adviser th:nth-child(3),
table.tracker-grid.is-adviser td:nth-child(3) {
    width: 15%;
}

table.tracker-grid.is-adviser th:nth-child(4),
table.tracker-grid.is-adviser td:nth-child(4) {
    width: 10%;
}

table.tracker-grid.is-adviser th:nth-child(n+5),
table.tracker-grid.is-adviser td:nth-child(n+5) {
    width: 10%;
}

table.tracker-grid th:nth-child(n+4) span {
    font-size: .8em;
}

table.investment-grid th:nth-child(1),
table.investment-grid td:nth-child(1) {
    width: 45%;
}

table.investment-grid th:nth-child(2),
table.investment-grid td:nth-child(2) {
    width: 30%;
}

table.investment-grid th:nth-child(3),
table.investment-grid td:nth-child(3) {
    width: 25%;
}

.is-adviser table.investment-grid th:nth-child(1),
.is-adviser table.investment-grid td:nth-child(1) {
    width: 20%;
}

.is-adviser table.investment-grid th:nth-child(2),
.is-adviser table.investment-grid td:nth-child(2) {
    width: 30%;
}

.is-adviser table.investment-grid th:nth-child(3),
.is-adviser table.investment-grid td:nth-child(3) {
    width: 25%;
}

.is-adviser table.investment-grid th:nth-child(4),
.is-adviser table.investment-grid td:nth-child(4) {
    width: 25%;
}

table.investment-grid th:nth-child(3) {
    padding-right: 38px;
}

table.address-grid th,
table.address-grid td {
    width: 17%;
}

    table.address-grid th:nth-child(1),
    table.address-grid td:nth-child(1) {
        width: 5%;
    }

    table.address-grid th:nth-child(2),
    table.address-grid td:nth-child(3) {
        width: 30%;
    }

    table.address-grid th:nth-child(5),
    table.address-grid td:nth-child(5) {
        width: 15%;
    }

@media (max-width: 992px) {
    table.tracker-grid th:nth-child(-n+2),
    table.tracker-grid td:nth-child(-n+2) {
        width: 20%;
    }

    table.tracker-grid th:nth-child(3),
    table.tracker-grid td:nth-child(3) {
        width: 10%;
    }

    table.tracker-grid th:nth-child(n+4),
    table.tracker-grid td:nth-child(n+4) {
        width: 10%;
    }

        table.tracker-grid th:nth-child(n+4) span {
            display: none;
        }
}

table.investment-grid tr:first-child td, dashboard-grid table.tracker-grid tr:first-child td {
    border-top: none;
}

.client-list::-webkit-scrollbar,
.grid-container::-webkit-scrollbar,
.grid-container ::-webkit-scrollbar {
    width: 5px;
}

    .client-list::-webkit-scrollbar:horizontal,
    .grid-container::-webkit-scrollbar:horizontal,
    .grid-container ::-webkit-scrollbar:horizontal {
        height: 5px;
    }

.client-list::-webkit-scrollbar-track,
.grid-container::-webkit-scrollbar-track,
.grid-container ::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 0;
    border: none;
}

    .client-list::-webkit-scrollbar-track:vertical,
    .grid-container::-webkit-scrollbar-track:vertical,
    .grid-container ::-webkit-scrollbar-track:vertical {
        border-left: 1px #333333 solid;
    }

    .client-list::-webkit-scrollbar-track:horizontal,
    .grid-container::-webkit-scrollbar-track:horizontal,
    .grid-container ::-webkit-scrollbar-track:horizontal {
        border-top: 1px #333333 solid;
        margin-right: 5px;
    }

.client-list::-webkit-scrollbar-thumb,
.grid-container::-webkit-scrollbar-thumb,
.grid-container ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #333333;
}

.investment-calendar-container .calendar-row {
    margin: 0;
    min-width: 720px;
}

.investment-calendar-container .calender-pager-column,
.investment-calendar-container .calendar-month {
    padding: 2px;
    height: 225px;
    margin-bottom: 75px;
}

.investment-calendar-container.max-count-6 .calender-pager-column,
.investment-calendar-container.max-count-6 .calendar-month {
    height: 325px;
}

.investment-calendar-container.max-count-8 .calender-pager-column,
.investment-calendar-container.max-count-8 .calendar-month {
    height: 425px;
}

.investment-calendar-container.max-count-10 .calender-pager-column,
.investment-calendar-container.max-count-10 .calendar-month {
    height: 525px;
}

.investment-calendar-container .calendar-month:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    border: 1px solid #a8a8a8;
    content: "";
}

.investment-calendar-container .calendar-month:nth-child(2):before {
    width: 50%;
    right: 0;
    left: auto;
}

.investment-calendar-container .calendar-month:nth-child(7):before {
    width: 50%;
    left: 0;
}

.investment-calendar-container .calendar-month:after {
    position: absolute;
    content: "";
    height: 12px;
    border: 1px solid #a8a8a8;
    background-color: #a8a8a8;
    width: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    border-radius: 6px;
}

.investment-calendar-container .calendar-marker {
    width: 100%;
    border-radius: 16px;
    padding: 8px 6px;
    color: #fff;
    font-size: 0.7em;
    text-align: center;
    position: relative;
    margin-top: 10px;
    height: 40px;
}

    .investment-calendar-container .calendar-month-title p,
    .investment-calendar-container .calendar-marker p {
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .investment-calendar-container .calendar-marker > p:first-of-type {
        text-transform: uppercase;
    }

    .investment-calendar-container .calendar-marker,
    .investment-calendar-container .calendar-marker.calendar-marker-primary {
        background-color: #1B7CAC;
    }

        .investment-calendar-container .calendar-marker.calendar-marker-success {
            background-color: #8CC43F;
        }

        .investment-calendar-container .calendar-marker.calendar-marker-info {
            background-color: #5BC0DE;
        }

        .investment-calendar-container .calendar-marker.calendar-marker-warning {
            background-color: #FF4921;
        }

        .investment-calendar-container .calendar-marker.calendar-marker-danger {
            background-color: #D9534F;
        }


.investment-calendar-container div > .calendar-marker:before {
    position: absolute;
    content: "";
    height: 170px;
    border: 1px solid #1B7CAC;
    width: 0px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -170px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(1):before {
    height: 470px;
    bottom: -470px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(2):before {
    height: 420px;
    bottom: -420px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(3):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(1):before {
    height: 370px;
    bottom: -370px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(4):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(2):before {
    height: 320px;
    bottom: -320px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(5):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(3):before,
.investment-calendar-container.max-count-6 div > .calendar-marker:nth-child(1):before {
    height: 270px;
    bottom: -270px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(6):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(4):before,
.investment-calendar-container.max-count-6 div > .calendar-marker:nth-child(2):before {
    height: 220px;
    bottom: -220px;
}


.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(8):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(6):before,
.investment-calendar-container.max-count-6 div > .calendar-marker:nth-child(4):before,
.investment-calendar-container div > .calendar-marker:nth-child(2):before {
    height: 120px;
    bottom: -120px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(9):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(7):before,
.investment-calendar-container.max-count-6 div > .calendar-marker:nth-child(5):before,
.investment-calendar-container div > .calendar-marker:nth-child(3):before {
    height: 70px;
    bottom: -70px;
}

.investment-calendar-container.max-count-10 div > .calendar-marker:nth-child(10):before,
.investment-calendar-container.max-count-8 div > .calendar-marker:nth-child(8):before,
.investment-calendar-container.max-count-6 div > .calendar-marker:nth-child(6):before,
.investment-calendar-container div > .calendar-marker:nth-child(4):before {
    height: 20px;
    bottom: -20px;
}

.investment-calendar-container div > .calendar-marker:after {
    position: absolute;
    content: "";
    height: 12px;
    border: 1px solid #1B7CAC;
    background-color: #fff;
    width: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    border-radius: 6px;
}

.investment-calendar-container .calendar-marker:after,
.investment-calendar-container .calendar-marker.calendar-marker-primary:after,
.investment-calendar-container .calendar-marker:before,
.investment-calendar-container .calendar-marker.calendar-marker-primary:before {
    border-color: #1B7CAC;
}

.investment-calendar-container .calendar-marker.calendar-marker-success:after,
.investment-calendar-container .calendar-marker.calendar-marker-success:before {
    border-color: #8CC43F;
}

.investment-calendar-container .calendar-marker.calendar-marker-info:after,
.investment-calendar-container .calendar-marker.calendar-marker-info:before {
    border-color: #5BC0DE;
}

.investment-calendar-container .calendar-marker.calendar-marker-warning:after,
.investment-calendar-container .calendar-marker.calendar-marker-warning:before {
    border-color: #FF4921;
}

.investment-calendar-container .calendar-marker.calendar-marker-danger:after,
.investment-calendar-container .calendar-marker.calendar-marker-danger:before {
    border-color: #D9534F;
}


.investment-calendar-container .calendar-month .calendar-month-title {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    font-size: 0.9em;
}

.investment-calendar-container .calender-pager {
    position: absolute;
    width: 200%;
    bottom: -16px;
    font-size: 0.9em;
    cursor: pointer;
}

    .investment-calendar-container .calender-pager.calender-pager-left {
        padding-left: 15px;
        left: 0;
        text-align: left;
    }

    .investment-calendar-container .calender-pager.calender-pager-right {
        padding-right: 15px;
        right: 0;
        text-align: right;
    }

    .investment-calendar-container .calender-pager:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        bottom: 50%;
        transform: translateY(50%);
        font-size: 15px;
    }

    .investment-calendar-container .calender-pager.calender-pager-left:before {
        left: 0;
        content: "\f053";
    }

    .investment-calendar-container .calender-pager.calender-pager-right:before {
        right: 0;
        content: "\f054";
    }

@media (max-width: 796px) {
    .investment-calendar-container {
        -ms-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

.header-navigation .header-navigation-list {
    float: right;
}

@media (max-width: 992px) {
    .header-navigation ul > li span:not(.weblink-image) {
        display: none;
    }
}

.full-width.columns-6 ul.nav > li {
    width: 16.6666666666667%;
}

.full-width.columns-5 ul.nav > li {
    width: 20%;
}

.full-width.columns-4 ul.nav > li {
    width: 25%;
}

.full-width.columns-3 ul.nav > li {
    width: 33.3333333333%;
}

@media (max-width: 796px) {
    .full-width.columns-6 ul.nav > li,
    .full-width.columns-5 ul.nav > li,
    .full-width.columns-4 ul.nav > li,
    .full-width.columns-3 ul.nav > li {
        width: 100%;
    }
}

#news-carousel .carousel-control {
    width: 5%;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    #news-carousel .carousel-control.left,
    #news-carousel .carousel-control.right {
        filter: none;
        background-image: none;
    }

    #news-carousel .carousel-control .glyphicon {
        display: none;
    }

    #news-carousel .carousel-control:hover .glyphicon {
        display: block;
    }

    #news-carousel .carousel-control.left:hover {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    #news-carousel .carousel-control.right:hover {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

#news-carousel .carousel-indicators .active {
    background-color: #000;
    margin: 0;
    width: 12px;
    height: 12px;
}

@media screen and (min-width: 768px) {
    #news-carousel .carousel-indicators {
        bottom: 0;
    }
}

#news-carousel .carousel-indicators a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.tile {
    padding: 15px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.tile-default {
    background-color: #E6E6E6;
    color: #2a2b2f;
}

.tile-primary {
    background-color: #1b7cac;
}

.tile-success {
    background-color: #5cb85c;
}

.tile-info {
    background-color: #5bc0de;
}

.tile-warning {
    background-color: #ff4921;
}

.tile-danger {
    background-color: #d9534f;
}

@media screen and (min-width: 386px) {

    .total-tile .text-xxs-center-v,
    .total-tile > .row > div:nth-child(1) {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

.total-tile .total-value,
.total-tile > .row > div:nth-child(2) {
    font-size: 26px;
    font-weight: 700;
}

.total-tile hr {
    margin-top: 3px;
    margin-bottom: 3px;
}

.btn-collapse,
.btn-download {
    content: "";
    position: relative;
    display: block;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn-collapse {
    float: right;
}

.btn-download {
    background-color: #A8A8A8;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    z-index: 99;
}

    .btn-collapse:before,
    .btn-download:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 15px;
    }

.btn-collapse:before {
    content: "\f078";
    color: #1b7cac;
}

.adviser-grid .btn-collapse:before {
    color: #fff;
}

.btn-download:before {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    color: #fff;
    content: "\f019";
    font-size: 15px;
    margin-left: 1px;
    margin-bottom: 1px;
}

.btn-download:hover {
    background-color: #4D4D4D;
    text-decoration: none;
}

tr.collapsed > td > .btn-collapse,
.btn-collapse.collapsed {
    transform: rotate(-90deg);
}

#table-investments > tbody {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

#table-investments > tfoot {
    border-left: 1px solid #1b7cac;
    border-right: 1px solid #1b7cac;
}

#table-investments > thead {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#table-investments th,
#table-investments td {
    width: 15%;
    text-align: right;
    border: none;
}

#table-investments tr.hr-row > td {
    padding: 0 10px !important;
    background-color: #E6E6E6;
}

    #table-investments tr.hr-row > td > hr {
        margin: 0;
        border-color: #1b7cac;
    }

#table-investments table tr.hr-row > td {
    background-color: #fff;
}

#table-investments > tbody > tr > td > table > tbody > tr.hr-row > td > hr {
    border-top-width: 2px;
    background-color: #fff;
}

#table-investments th:nth-child(1),
#table-investments td:nth-child(1) {
    width: 20%;
}

#table-investments th:nth-child(2),
#table-investments td:nth-child(2) {
    width: 18%;
}

#table-investments th:nth-child(4),
#table-investments td:nth-child(4) {
    width: 10%;
}

/#*table-investments th:nth-child(6),
#table-investments td:nth-child(6) {
    width: 17%;
}

#table-investments th:nth-child(7),
#table-investments td:nth-child(7) {
    width: 5%;
}

#table-investments td:nth-child(1),
#table-investments td:nth-child(7),
#table-investments th:nth-child(1),
#table-investments th:nth-child(7) {
    text-align: left;
}

#table-investments.is-adviser th,
#table-investments.is-adviser td {
    width: 13.5%;
    text-align: right;
}
    /* Investment*/
    #table-investments.is-adviser th:nth-child(1),
    #table-investments.is-adviser td:nth-child(1) {
        width: 16%;
    }
    /* Client Name*/
    #table-investments.is-adviser th:nth-child(2),
    #table-investments.is-adviser td:nth-child(2) {
        width: 14%;
    }
    /* Portfolio Value */
    #table-investments.is-adviser th:nth-child(3),
    #table-investments.is-adviser td:nth-child(3) {
        width: 14%;
    }
    /* Tax Relief*/
    #table-investments.is-adviser th:nth-child(5),
    #table-investments.is-adviser td:nth-child(5) {
        width: 9%;
    }

    #table-investments.is-adviser td:nth-child(7) {
        width: 15%;
        text-align: right;
    }

    #table-investments.is-adviser th:nth-child(8),
    #table-investments.is-adviser td:nth-child(8) {
        width: 4%;
    }

    #table-investments.is-adviser td:nth-child(1),
    #table-investments.is-adviser th:nth-child(1),
    #table-investments.is-adviser td:nth-child(2),
    #table-investments.is-adviser th:nth-child(2),
    #table-investments.is-adviser td:nth-child(8),
    #table-investments.is-adviser th:nth-child(8) {
        text-align: left;
    }

#table-investments tfoot td {
    background-color: #1b7cac;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

#table-investments > tbody > tr > td {
    background-color: #fff;
}

#table-investments > tbody > tr.investment-group-row > td {
    background-color: #E6E6E6;
}

    #table-investments > tbody > tr.investment-group-row > td:first-child {
        padding-left: 20px;
    }

    #table-investments > tbody > tr.investment-group-row > td:last-child {
        padding-right: 10px;
    }

#table-investments > tbody > tr.investment-group-row:not(:last-child) > td {
    /*border-bottom: 1px solid #1b7cac;*/
}
/*#table-investments > tbody > tr > td {
}*/

/*#table-investments table > tbody > tr > td {
    border-top-color: #1b7cac;
}*/

#table-investments > tbody > tr > td > table {
    border: none;
    margin-bottom: 0;
}

    #table-investments > tbody > tr > td > table > tbody > tr:not(.collapse) > td {
        /*border-bottom: 2px solid #1b7cac;*/
    }

/*#table-investments .bg-default table {
    border: 6px solid #fff;
    border-top: 2px solid #1b7cac;
}*/

#table-investments table td:first-child {
    padding-left: 20px;
}

.bg-default {
    background-color: #E6E6E6;
}

#table-investments {
    min-width: 720px;
    /*white-space: nowrap;*/
}

    #table-investments tr.investment-group-row > td {
        position: relative;
    }

    #table-investments tr.investment-group-row.collapsed:not(.no-line) > td:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #1b7cac;
        bottom: 0;
    }

    #table-investments tr.investment-group-row.collapsed:not(.no-line) > td:first-child:before {
        left: 9px;
    }

    #table-investments tr.investment-group-row.collapsed:not(.no-line) > td:last-child:before {
        right: 9px;
        left: auto;
    }

    #table-investments > tbody > tr:not(.investment-group-row) > td > table > tbody > tr:not(.collapse):not(.collapsing) > td {
        background-color: #ebebeb;
    }

@media (max-width: 796px) {
    .table-investments-container {
        display: block;
        overflow-x: scroll;
    }
}

.sub-navigation {
    margin: -20px 0 20px 0;
    background-color: #3089B2;
    font-size: 16px;
    text-transform: uppercase;
}

    .sub-navigation .navbar {
        margin: 0;
        min-height: 0;
    }

    .sub-navigation ul > li > a {
        padding: 10px 15px !important;
        /*font-weight: 700!important;*/
        text-shadow: 0 0 1px rgba(27, 124, 172,.9);
    }

.download-button {
    position: absolute;
    right: 20px;
    top: 4px;
}

/*.date-time-picker:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f073";
    position: absolute;
    left: 30px;
    bottom: 33px;
    font-weight: 900;
}*/
.date-time-picker input {
    border-radius: 0 20px 20px 0 !important;
}

.date-time-picker .input-group-addon {
    border-radius: 20px 0 0 20px;
}

.table > tbody > tr > th {
    border-top: none;
}

.wait-overlay {
    background-color: transparent;
    background-color: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 9999;
    display: none;
}

    .wait-overlay.in {
        display: block;
    }

.wait-dialog {
    width: 300px;
    background-color: #fff;
    border: 4px solid #1b7cac;
    z-index: 101;
    height: auto;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25vh;
    box-shadow: 0 0 5px white;
    position: relative;
}

.wait-logo {
    background-image: url('~/images/my-ingenious.png');
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 25px;
}

.wait-dialog p {
    color: #1b7cac;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: ITC_Officina_Serif_Std_Book;
}


.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #1b7cac;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #5cb85c;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        background-color: #ff4921;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
        background-color: #d9534f;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*table.dashboard-grid thead th a.descending:after,
table.dashboard-grid thead th a.ascending:after,
table.dashboard-grid thead th.descending a:after,
table.dashboard-grid thead th.ascending a:after,
table.ingenious-grid thead th a.descending:after,
table.ingenious-grid thead th a.ascending:after,
table.ingenious-grid thead th.descending a:after,
table.ingenious-grid thead th.ascending a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}*/

/*table.dashboard-grid thead th a.ascending:after,
table.dashboard-grid thead th.ascending a:after,
table.ingenious-grid thead th a.ascending:after,
table.ingenious-grid thead th.ascending a:after {
    content: " \f0de";
}*/

/*table.dashboard-grid thead th a.descending:after,
table.dashboard-grid thead th.descending a:after,
table.ingenious-grid thead th a.descending:after,
table.ingenious-grid thead th.descending a:after {
    content: " \f0dd";
}*/

fieldset legend.title-bar {
    background-color: #1b7cac;
    color: #fff;
    padding: 10px 5px 10px 15px;
    font-size: 14px;
    font-weight: 700;
    min-height: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}

    fieldset legend.title-bar a {
        position: relative;
        margin: -5px 0;
    }

.form-control-cell .has-error {
    border-color: #d9534f;
}

.form-control-cell .has-success {
    border-color: #46b8da;
}

.btn-group.btn-toggle .btn-default.active {
    color: #fff;
    background-color: #1b7cac;
    border-color: #186c96;
}

    .btn-group.btn-toggle .btn-default.active:hover {
        color: #fff;
        background-color: #145c80;
        border-color: #0f4661;
    }

.btn-group.btn-toggle label {
    margin-bottom: 0;
    font-weight: normal;
}

@media screen and (max-width: 385px) {
    .btn-group.btn-toggle .btn-default {
        margin-bottom: 10px;
        border-radius: 20px !important;
    }
}

label.required:After,
.required > label:After {
    content: "*";
    color: red;
    position: absolute;
    padding-left: 5px;
}

#panelProfileReadonlyView .form-group {
    margin-bottom: 5px;
}

#panelProfileEditView .form-group {
    margin-bottom: 8px;
}

body.modal-open {
    overflow: hidden;
}

#accordionInvestmentGroup .table > thead > tr > th,
.total-tiles .table > thead > tr > th:not(.total-value) {
    vertical-align: middle;
}

.total-tiles .table > thead > tr > th:not(.total-value) {
    font-weight: normal;
}

.total-tiles .table > tbody > tr > td {
    border: none;
    padding: 4px 8px;
}

.total-tiles .table > tbody > tr:first-child > td {
    padding-top: 12px;
}

.total-table-tile {
    overflow-y: auto;
}

.total-tiles .table {
    margin-bottom: 16px;
    min-width: 400px;
}

#accordionInvestmentGroup .investment-tile {
    border-radius: 0;
    border-color: #E6E6E6;
    margin-bottom: 15px;
    position: relative;
}

#accordionInvestmentGroup > .investment-tile > div:not(.dropdown) {
    border-radius: 0;
    background-color: #E6E6E6;
    padding: 8px 15px;
}

#accordionInvestmentGroup > .investment-tile > div ~ div:not(.dropdown) {
    padding: 8px 15px 0 15px;
}

#accordionInvestmentGroup > .investment-tile > div > div {
    background-color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    border: none;
}

#accordionInvestmentGroup > .investment-tile .tile-header {
    content: "";
    position: relative;
    display: block;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    #accordionInvestmentGroup > .investment-tile .tile-header:before {
        font-family: 'Font Awesome 5 Free';
        font-size: 15px;
        content: "\f078";
        position: relative;
        float: right;
        top: 5px;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        font-weight: 900;
    }

    #accordionInvestmentGroup > .investment-tile .tile-header.collapsed:before {
        transform: rotate(-90deg);
    }

    #accordionInvestmentGroup > .investment-tile .tile-header p {
        margin: 0;
    }

#accordionInvestmentGroup > .investment-tile .panel-body .panel-body {
    border: none;
    padding-top: 0;
}

#accordionInvestmentGroup > .investment-tile > .panel-collapse > .panel-body {
    padding: 0;
    background-color: #E6E6E6;
    margin: 0;
}

#accordionInvestmentGroup > .investment-tile .panel-body .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

#accordionInvestmentGroup > .investment-tile .panel-body hr {
    border-color: #2a2b2f;
    margin: 0 0 5px 0;
}

.investment-tile label.control-label + label {
    font-weight: normal;
}

@media (min-width: 768px) {
    .left-line-md {
        border-left: 1px solid #ccc;
    }
}

@media (max-width: 768px) {
    #accordionInvestmentGroup > .investment-tile > .panel-collapse > .panel-body h4.panel-title {
        margin-bottom: 20px;
        padding-right: 50px;
    }
}

#accordionInvestmentGroup table {
    margin: 0;
}

.btn-export-item {
    right: 45px;
    top: 15px;
    position: absolute;
}

.btn-export-group {
    top: 10px;
    right: 35px;
    position: absolute;
}

.size-asc:before,
.size-desc:before,
.value-asc:before,
.value-desc:before,
.alpha-asc:before,
.alpha-desc:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.alpha-asc:before {
    content: "\f15d";
}

.alpha-desc:before {
    content: "\f15e";
}

.size-asc:before {
    content: "\f160";
}

.size-desc:before {
    content: "\f161";
}

.value-asc:before {
    content: "\f162";
}

.value-desc:before {
    content: "\f163";
}

table.ingenious-grid.investment-grid {
    min-width: 525px;
}
/*@media (max-width: 768px) {
    .investment-calendar-container {
        height: 100vw;
        width: 720px;
        transform: rotate(90deg);
        overflow-x: hidden;
    }

        .investment-calendar-container .calendar-row {
            bottom: 40px;
            position: absolute;
        }
        
        .investment-calendar-container .calendar-month{
        height: 100vw;

        }
        .investment-calendar-container .calendar-month .calendar-month-title {
            transform: rotate(-90deg);
            bottom: -65px;
        }

        .investment-calendar-container .calender-pager {
            transform: rotate(-90deg);
        }

        .investment-calendar-container .calendar-marker {
            transform: rotate(-90deg);
            top: 25px;
        }

        .investment-calendar-container div > .calendar-marker:after {
            left: -5px;
            top: 50%;
            transform: translateX(0) translateY(-50%);
        }

        .investment-calendar-container div > .calendar-marker:before {
            width: 170px;
            height: 0px;
            top: 50%;
            bottom: auto;
            transform: translateX(0) translateY(-50%);
            left: -170px;
        }
}*/
.documents-filter-tile {
    /*border: 1px solid #E6E6E6;*/
}

    .documents-filter-tile .panel div,
    .documents-filter-tile .panel {
        border-radius: 0 !important;
    }

    .documents-filter-tile .list-group {
        max-height: 240px;
        overflow-y: auto;
    }

    .documents-filter-tile #filter-statement-date .list-group,
    .documents-filter-tile #filter-document-date .list-group {
        max-height: none;
        overflow-y: visible;
    }

    .documents-filter-tile .panel .list-group-item {
        border-radius: 0 !important;
        border: none;
    }

        .documents-filter-tile .panel .list-group-item:not(:first-child) {
            border-top: 1px solid #ddd;
        }

    .documents-filter-tile .panel:not(:last-child) {
        border-bottom: none;
    }

    .documents-filter-tile .panel:not(:first-child) {
        margin: 0;
        border-top: none;
    }

        .documents-filter-tile .panel:not(:first-child) .panel-heading {
            border-top: none;
        }

.documents-tile {
    background-color: #E6E6E6;
    padding-top: 15px;
    margin-left: 0;
}

@media (min-width: 991px) {
    .documents-filter-tile {
        margin-right: -16px;
    }

    .documents-tile {
        margin-left: -15px;
    }
}

.custom-export .panel-heading,
.faq-items .panel-heading,
.documents-filter-tile .panel-heading {
    position: relative;
    padding: 15px 25px 15px 15px;
    font-weight: 700;
}

.documents-filter-tile .panel-heading {
    border-bottom: 2px solid #1b7cac;
}

    .custom-export .panel-heading.expand-icon:after,
    .custom-export .panel-heading.expand-icon:before,
    .faq-items .panel-heading.expand-icon:after,
    .faq-items .panel-heading.expand-icon:before,
    .documents-filter-tile .panel-heading.expand-icon:after,
    .documents-filter-tile .panel-heading.expand-icon:before {
        content: "";
        background-color: #2a2b2f;
        border-bottom: 2px solid #2a2b2f;
        position: absolute;
        top: 50%;
        right: 10px;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 12px;
        height: 0;
        margin-top: -1px;
    }

    .custom-export .panel-heading.expand-icon:before,
    .faq-items .panel-heading.expand-icon:before,
    .documents-filter-tile .panel-heading.expand-icon:before {
        transform: translateY(-50%);
        border-bottom-color: #fff;
    }

    .custom-export .panel-heading.expand-icon.collapsed:before,
    .faq-items .panel-heading.expand-icon.collapsed:before,
    .documents-filter-tile .panel-heading.expand-icon.collapsed:before {
        transform: rotate(90deg) translateY(0);
        border-bottom: 2px solid #2a2b2f;
    }

.documents-filter-tile .panel .list-group {
    margin: 0;
}

    .documents-filter-tile .panel .list-group > .list-input-group {
        padding: 0;
    }

        .documents-filter-tile .panel .list-group > .list-input-group .input-group {
            border: none;
        }

        .documents-filter-tile .panel .list-group > .list-input-group > .input-group > span,
        .documents-filter-tile .panel .list-group > .list-input-group > .input-group > .form-control {
            border-radius: 0;
            background-color: none;
            background: none;
            box-shadow: none;
            border: none;
        }

        .documents-filter-tile .panel .list-group > .list-input-group > .input-group > span {
            border-right: 1px solid #ddd;
        }

#filter-statement-date .list-group > .list-input-group > .input-group > span,
#filter-document-date .list-group > .list-input-group > .input-group > span {
    width: 60px;
    text-align: left;
}

a.current-filter,
.documents-tile .current-filter {
    margin-bottom: 5px;
}

    a.current-filter:before,
    .documents-tile .current-filter:before {
        float: right;
        font-family: 'Font Awesome 5 Free';
        content: "\f00d";
        margin-left: 10px;
        font-weight: 900;
    }

    a.current-filter.updating:before,
    .documents-tile .current-filter.updating:before {
        content: "\f2f1";
        -webkit-animation: clockwiseSpin 4s infinite linear;
    }

@-webkit-keyframes clockwiseSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwiseSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.documents-filter-tile .panel .panel-heading:not(:first-child) {
    border-top: 1px solid #ddd;
}

a.list-group-item:hover {
    background-color: #d9edf7;
}

#gridDocuments.ingenious-grid {
    min-width: 680px;
    margin-bottom: 0;
}

.documents-tile .grid-container > div,
.documents-tile .grid-container > div > table > tbody {
    max-height: none;
}

.documents-page #sidebarCollapse {
    display: none;
}

@media screen and (max-width: 991px) {
    .documents-page.wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
    }

    .documents-page #sidebar {
        min-width: 250px;
        max-width: 250px;
        margin-left: -250px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        color: #fff;
    }


        .documents-page #sidebar:not(.active) li,
        .documents-page #sidebar:not(.active) a,
        .documents-page #sidebar:not(.active) span,
        .documents-page #sidebar:not(.active) div,
        .documents-page #sidebar:not(.active) :after,
        .documents-page #sidebar:not(.active) :before,
        .documents-page #sidebar:not(.active) input {
            border-color: #fff !important;
            color: #fff !important;
            -webkit-transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            -o-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
        }

        .documents-page #sidebar .documents-filter-tile .panel-heading.expand-icon:after,
        .documents-page #sidebar .documents-filter-tile .panel-heading.expand-icon:before {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .documents-page #sidebar.active {
            margin-left: 0;
            width: 250px;
            margin-right: -30px;
        }

    .documents-page #sidebarCollapse {
        display: inline-block;
    }
}

.view-buttons {
    padding-top: 10px;
}

    .view-buttons .btn {
        border: none;
        background-color: #E6E6E6;
        color: #2a2b2f;
    }

        .view-buttons .btn:not(.active) {
            opacity: .65;
            color: #333;
        }

        .view-buttons .btn:hover {
            background-color: #fff;
            color: #2a2b2f;
        }

        .view-buttons .btn.active,
        .view-buttons .btn.active:hover {
            background-color: #fff;
            background-color: #E6E6E6;
            box-shadow: none;
            cursor: not-allowed;
            opacity: 1;
        }

#gridDocuments tr.unread {
    font-weight: 700;
}

#gridDocuments thead tr th:last-child {
    padding-left: 22px;
}

a.btn-latest-statement,
#gridDocuments tbody tr td:last-child {
    position: relative;
    padding-left: 18px;
}

a.btn-xs.btn-latest-statement {
    padding-left: 24px;
}

a.btn-latest-statement:before,
#gridDocuments tr.unread a:before {
    content: "\e044";
    transform: rotate(270deg);
    position: absolute;
    top: 10px;
    left: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.btn-latest-statement:before {
    top: 2px;
}

a.btn-xs.btn-latest-statement:before {
    top: 4px;
    left: 8px;
}

#gridDocuments tfoot tr {
    min-width: 100%;
    display: inline-table;
}

.documents-filter-tile .list-group-item.selected:before {
    content: "\f00c";
    float: right;
    font-family: 'Font Awesome 5 Free';
    padding-left: 10px;
    color: #1b7cac;
    font-weight: 900;
}

.adviser-grid > tbody > tr.data-row > td {
    vertical-align: middle;
    background-color: #1b7cac;
    color: #fff;
}

.adviser-grid > tbody > tr.data-row.requested > td {
    background-color: #1b7cac;
}

    .adviser-grid > tbody > tr.data-row.requested > td:nth-child(1):before {
        content: "\f017";
        float: left;
        font-family: 'Font Awesome 5 Free';
        padding-right: 10px;
        font-weight: 900;
    }

.adviser-grid > thead > tr > th:nth-child(1),
.adviser-grid > tbody > tr > td:nth-child(1):not([id^=rowInvestments]),
.adviser-grid > thead > tr > th:nth-child(3),
.adviser-grid > tbody > tr > td:nth-child(3) {
    width: 25%;
}

.adviser-grid > thead > tr > th:nth-child(4),
.adviser-grid > tbody > tr > td:nth-child(4) {
    width: 30px;
    text-align: right;
}

.adviser-grid > thead > tr > th {
    border-bottom: none;
}

.adviser-grid > tbody > tr > td:not(.edit) > table .add-row,
.adviser-grid > tbody > tr > td:not(.edit) .input-group-btn,
.adviser-grid > tbody > tr > td:not(.edit) a:not(.btn-edit) {
    display: none;
}

.adviser-grid > tbody > tr > td .btn-row-add-investment {
    width: 75px;
    margin: 0;
    vertical-align: bottom;
}

.adviser-grid > tbody > tr > td.edit .btn-row-add-investment {
    width: 40px;
}

.adviser-grid > tbody > tr > td .btn-row-add-investment > a {
    margin-bottom: 8px;
}

.adviser-grid > tbody > tr > td:not(.edit) .input-group {
    width: 100%;
}

    .adviser-grid > tbody > tr > td:not(.edit) .input-group > .form-control {
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
    }

.adviser-grid > tbody > tr > td.edit a.btn-edit {
    display: none;
}

.has-error input[type=checkbox] {
    position: relative;
}

    .has-error input[type=checkbox]:before {
        border: 1px solid #a94442;
        background-color: #f2dede;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: -1;
    }

.grid-investment-access > tbody > tr.has-error > td,
.has-error .info label {
    color: #a94442;
}

.grid-investment-access > tbody > tr.highlight > td, .highlight .info label {
    color: #1b7cac;
}

.grid-investment-access.ingenious-grid {
    max-height: 281px;
    min-width: 0;
}

.grid-investment-access tr > th:nth-child(1),
.grid-investment-access tr > td:nth-child(1) {
    width: 25px;
}

.input-group.btn-hidden {
    width: 100%;
}

    .input-group.btn-hidden > .form-control {
        border-radius: 20px;
    }

    .input-group.btn-hidden > .input-group-btn {
        display: none;
    }


.btn-dx-search {
    border: none;
    top: -2px;
    right: -2px;
    background-color: transparent !important;
    background: none;
}

    .btn-dx-search img {
        display: none;
    }

body input.dxeEditArea {
    color: #2a2b2f;
    background: none;
}

.dxeButtonEdit td.dxic {
    top: -2px;
    position: relative;
}

.dxeButtonEdit .dxeEditArea {
    background-color: transparent;
    top: -2px;
}

:not(.crmEntityFormView) .input-group .form-control:not(:first-child):not(:last-child),
.dxeButtonEdit.form-control {
    border-radius: 20px 0 0 20px;
}

.crmEntityFormView .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group.btn-hidden .form-control:not(:first-child):not(:last-child),
.btn-hidden .dxeButtonEdit.form-control {
    border-radius: 20px;
}

.dxeListBox {
    border: 1px solid #6487CC;
}

.dxeListBoxItemSelected {
    background-color: #1b7cac;
}

.dxeListBoxItemHover {
    background-color: #1b7cac;
    color: white;
}

.dxeListBoxItemSelected.dxeListBoxItemHover {
    background-color: #145c80;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .input-group-addon, .input-group-btn {
        width: auto;
    }

    #gridDocuments.ingenious-grid > tfoot > tr {
        height: 76px;
    }

        #gridDocuments.ingenious-grid > tfoot > tr > td {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
}

.input-group-addon, .input-group-btn {
    width: auto\9; /* apply to all ie from 8 and below */
    *width: auto; /* apply to ie 7 and below */
    _width: auto; /* apply to ie 6 and below */
}

.dxeListBoxItem em {
    background-color: #46b8da;
    color: #fff;
    text-shadow: 0 0 3px black;
}

.client-list {
    max-height: 204px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .client-list ul {
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        margin-bottom: 0;
        width: 100%;
    }

    .client-list li {
        padding: 8px 10px 8px 30px;
        position: relative;
        border-top: 1px solid #A9A9A9;
    }

        .client-list li div {
            display: inline-block;
            position: absolute;
            left: 0px;
        }

        .client-list li.first {
            border-top: none;
        }

        .client-list li.active:before {
            content: "\f00c";
            float: right;
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            padding-left: 10px;
            color: #1b7cac;
        }

.adviser-overview-tile div:not(:first-child) .tile:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #1b7cac;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}

@media screen and (max-width: 767px) {
    .adviser-overview-tile div:not(:first-child) .tile:before {
        content: "\f078";
        top: -8px;
        transform: translateX(-50%);
        left: 50%;
    }
}

.adviser-overview-tile .tile {
    padding-bottom: 50px;
}

    .adviser-overview-tile .tile > div {
        padding: 0 15px;
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
    }

        .adviser-overview-tile .tile > div > .form-control {
        }

#panelMessage.hidden + hr {
    display: none;
}

.faq-items .panel {
    border-radius: 0;
}

.faq-items .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
}

.nav-wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    /*padding: 5px 0;*/
    height: 40px;
    background-color: #A8A8A8;
}

#tabListAlpha {
    display: inline-block;
    margin-top: 0px;
    background-color: #A8A8A8;
    border: none;
}

@media (max-width: 1200px) {
    #tabListAlpha {
        position: absolute;
        left: 0px;
        top: 0px;
    }
}

#tabListAlpha li {
    display: inline-block;
    /*position: relative;*/
    text-align: center;
    cursor: pointer;
    cursor: -webkit-grab;
    vertical-align: middle;
    border: none;
    margin: 0;
}

    #tabListAlpha li a {
        color: #fff;
        border: none;
        border-radius: 0;
        font-size: 16px;
        cursor: pointer;
        width: 40px;
        margin-right: 0;
        padding: 10px;
    }

    #tabListAlpha li.disabled a {
        color: #E6E6E6;
    }

    #tabListAlpha li.active a {
        color: #000;
        background-color: #B9B9B9;
    }

.nav-scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 5px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #A8A8A8;
    height: 40px;
    width: 40px;
}

    .nav-scroller:hover,
    #tabListAlpha li a:focus,
    #tabListAlpha li a:hover {
        background-color: #BEBEBE;
        border: none;
    }

.nav-scroller-right {
    float: right;
}

.nav-scroller-left {
    position: absolute;
    z-index: 1;
}

.nav-scroller-tab-content {
    padding: 25px;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
}

#btnCancelAddressEdit,
#btnSaveAddress,
#btnChange {
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    #btnChange {
        position: absolute;
        margin-left: 15px;
        left: 0;
    }
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-not-found-background {
    background-image: url(~/images/media_edit7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 10em 0;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #A8A8A8;
    border-color: #A8A8A8;
}

.panel-default {
    border-color: #A8A8A8;
}

.panel a.dxbButtonSys.btn {
    font-family: 'Roboto',sans-serif;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 20px;
    margin-top: -7px;
    margin-right: -20px;
    width: 85px;
    text-align: left;
    color: #fff;
}

.panel.panel-primary a.dxbButtonSys.btn {
    background-color: #1b7cac;
    border-color: #186c96;
}

    .panel.panel-primary a.dxbButtonSys.btn:hover,
    .panel.panel-primary a.dxbButtonSys.btn:focus,
    .panel.panel-primary a.dxbButtonSys.btn.active {
        background-color: #145c80;
        border-color: #0f4661;
    }


.panel.panel-default a.dxbButtonSys.btn {
    background-color: #787878;
    border-color: #787878;
}

    .panel.panel-default a.dxbButtonSys.btn:hover,
    .panel.panel-default a.dxbButtonSys.btn:focus,
    .panel.panel-default a.dxbButtonSys.btn.active {
        background-color: #4D4D4D;
        border-color: #4D4D4D;
    }

.panel.panel-default #divReInvestmentAmount {
    display: none;
}
