div.dataTables_scrollBody > table > thead {
    visibility: hidden;
    line-height:0px;
    height:0px;
}
div.dataTables_scrollBody > table > thead > tr{
    visibility: hidden;
    line-height:0px;
    height:0px;
}
div.dataTables_scrollBody > table > thead > tr > th{
    visibility: hidden;
    line-height:0px;
    height:0px;
}

th.dt-head-center {
    text-align: center !important;
}

table.dt-head-center > thead > tr > th {
    text-align: center !important;
}

table.dt-center > tbody> tr > td, table.dt-center > thead > tr > th {
    text-align: center !important;
}

table.dt-middle > tbody> tr > td, table.dt-center > thead > tr > th {
    vertical-align: middle !important;
}


table.investTable > thead
{
    background-color: #ddd!important;
}
table.investTable > thead > tr > th
{
    background-color: #ddd!important;
    color: #555;
    vertical-align: middle;
}

table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc:after,
table.dataTable> thead .sorting:after, table.dataTable> thead .sorting_asc_disabled,
table.dataTable> thead .sorting_desc_disabled{
    display: none;
}

table.investTable > tbody > tr > td.text-vertical-align {
    vertical-align: middle;
}

table.investTableCompact tbody>tr>td, table.investTableCompact thead>tr[role='row']>th
{
    font-size: 11px;

}

table.investTableCompact-sm tbody>tr>td, table.investTableCompact-sm thead>tr[role='row']>th
{
    font-size: 9px;

}

table.tfoot-borderless > tfoot > tr > td {
    border: none !important;
}

table > tbody > tr > td.special {
    border-left: none;
    border-right: none;
    padding-left: 1px;
    cursor: pointer;
}

table.investTableCompact > tbody > tr > td.special:hover {
    border-left: 1px solid rgba(221, 221, 221, 1) !important;
    border-right: 1px solid rgba(221, 221, 221, 1);
    padding-left: 0;
}

table.investTableCompact-sm > tbody > tr > td.special:hover {
    border-left: 1px solid rgba(221, 221, 221, 1) !important;
    border-right: 1px solid rgba(221, 221, 221, 1);
}

table.investTable--gray-lighter > thead
{
    background-color: #ddd!important;
}
table.investTable--gray-lighter > thead > tr > th
{
    background-color: #ddd!important;
    color: rgb(68, 68, 68);
}

table.investTable--primary2 > thead
{
    background-color: #6d6f71!important;
}
table.investTable--primary2 > thead > tr > th
{
    background-color: #6d6f71!important;
    color: #fff!important;
}

table.borderFix>thead>tr>th, table.borderFix>tbody>tr>td, table.borderFix>tfoot>tr>td
{
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}


.navBadge {
    background-color: #d9534f !important;
}

.heading-tab.current > a > h5 {
    color: rgb(70, 70, 70) !important;
}

.heading-tab.separator > a > h5 {
    color: #AAA !important;
}

.heading-tab > a > h5 {
    color: rgb(66, 139, 202);
}

.push-quarter--right, .push--right-quarter {
    margin-right: 5px !important; }

div.dataTables_filter {
    float: left;
}

div.dataTables_filter > label > input
{
    margin-left: 20px;
}

tr.ui-expanded-row-content {
    background: #EEE;
}

div.sidebar-left{
    top: 0px;
    width:210px;
    height: 0px;
}


h1.mainHeader
{
    margin-top:0px;
}
div.mainHeader
{
    overflow:hidden;
}

h4.accordion-panel-title
{
    font-size: 13px !important;
    cursor: pointer !important;
    height: 30px;
}

.wrapWord{
    word-wrap: break-word;
}

.noWrap{
    white-space: nowrap;
}

.clickable{
    cursor: pointer !important;
}

table.clickableRows > tbody > tr{
    cursor: pointer !important;
}

table.clickableRowsExpandable>tbody>tr.ui-datatable-odd, table.clickableRowsExpandable>tbody>tr.ui-datatable-even{
    cursor: pointer !important;
}

.withTransition {
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}

.sizeTransition {
    transition: width .3s ease, height .3s ease;
    -o-transition: width .3s ease, height .3s ease;
    -moz-transition: width .3s ease, height .3s ease;
    -webkit-transition: width .3s ease, height .3s ease;
}

h4.collapsed > i.fa-chevron-down{
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg)
}


h4.collapsed > i.fa-chevron-down{
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg)
}

tr.ui-expanded-row > td > i.fa-chevron-right
{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg)
}

table.collapseTable > tbody > tr > td{
    height: 35px;
    background-color: #f5f5f5;
    border:1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}

.no-right-padding {
    padding-right: 0px !important;
}

.no-left-padding {
    padding-left: 0px !important;
}


.btn-primary--ghost {
    color: #ac2925 !important;
    border-color: #ac2925 !important;
}

div.has-error{
    color:red;
}

.validationMessage {
    color: red;
    margin-left: 10px;
}

input.hasDatepicker[readonly]
{
    background-color:inherit;

}

.select-menu {
    height: 30px;
    padding: 5px;
    width: 180px;
}

.invListCollapse {
    display: none
}

.invListCollapse.in {
    display: block
}

tr.invListCollapse.in {
    display: table-row
}

.invPanel {
    padding: 5px;
}

.invPanel td {
    font-size: 12px;
    border: 0;
    background-color: #ffffff;
}

div.ui-outputpanel{
    font-size: inherit;
}

ul.nav-tabs>li.active>a {
    background: none;
    background-color: #004b8d !important;
    color: #ffffff !important;
}


div.invest-modal, div.invest-modal>div.modal-backdrop  {
    position: absolute;
}

div.invest-modal>div.modal-dialog {
    z-index: 99999;
}

div.invest-modal div.modal-content {
    max-height:550px;
    overflow-y:auto;
}

div.ui-outputpanel-loading {
    padding: 10px 10px 10px 40px;
    background: transparent url("/discovery-ui/current/img/discovery/styles/content/ajax-loader-grey.gif") no-repeat center left;
    width: 100px;
    margin: 0 auto;
}
div.ui-outputpanel-loading:before {
    content: "loading...";
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

input[type="file"].thefileinput {
    display: none;
}

.clickableClientListDataTable {
}

.clickableContributionMngtListDataTable {
}

.clickableBulkStatemtntsDataTable {
}


.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    cursor: default;
    border: 1px solid transparent;
    background-color: #004b8d!important;
    color: #fff!important;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    color: #ccc !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #333;
    background-color: #e6e6e6;
    border: 1px solid #adadad;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: #e6e6e6;
}

.fa-6 {
   font-size: 50px;
}

div.hiddenDiv {
    display: none;
}

.cc-search-control-label {
    float: left;
    white-space: nowrap;
    padding-top: 5px;
    text-align: left;
}

.greyedout td{
    color: #777777;
    font-style: italic;
}

.greyedout {
    color: lightgrey;
}

.badge.greyedout {
    background-color: lightgray;
    color: white;
    font-style: italic;
}

.badge.greyedin {
    background-color: lightblue;
    color: white;
    font-style: normal;
}

th.inv_sorting:after {
    content: "\f0dc";
}

th.inv_sorting_asc:after {
    content: "\f0de";
}

th.inv_sorting_desc:after {
    content: "\f0dd";
}

th.inv_sorting:after,th.inv_sorting_asc:after,th.inv_sorting_desc:after {
    font-family: FontAwesome;
    position: relative;
    font-weight: 400;
    float: right;
}


div.scrollableBody {
    max-height: 300px;
    overflow-y: scroll;
}

.underlineLinks {
    text-decoration: underline;
}

.reg28AttentionColor {
    color: #ff4500;
}

th.ui-state-default {
    color: inherit;
}


@media (max-width:991px){
    div.mainContent
    {
        padding-left:0px;
    }

    div.sidebar-left{
        display: none;
        visibility: visible;
        position: relative;
    }
    div.sidebar-top
    {
        display: block;
        visibility: visible;
        position: relative;
        height: 100%;
        width: 100%;
    }
}
@media (min-width:990px){
    div.mainContent
    {
        padding-left:210px;
    }

    div.sidebar-left{
        display: block;
        visibility: visible;
        position: relative;
    }

    div.sidebar-top
    {
        display: none;
        visibility: hidden;
    }
}


@media print {
    .print-page-break	{ display: block; page-break-before: always }

    .print-page-break-avoid	{ display: block; page-break-inside: avoid}

    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}


}

.fa-spin-fix .fa-spin {
    -webkit-transform-origin: 50% calc(50% - .5px);
    transform-origin: 50% calc(50% - .5px);
}

div.dataTables_filter>label>input
{
    margin-left: 0px;
    display: inline-block;
}

div.dataTables_filter>label::after
{
    font-family: FontAwesome;
    content: "\f002";
    margin-left: -24px;
    margin-right: 20px;
    color: slategray;
}

#leftMenuContainer>ul.sidebar-menu>li>a:hover
{
    background-color: #d9edf7!important;
}

#leftMenuContainer>ul.sidebar-menu>li.active>a
{
    color: #fff!important;
    background-color: #004b8d!important;
}

#leftMenuContainer>ul.sidebar-menu>li.menu-item>ul.submenu>li.submenu-item, #leftMenuContainer > ul.sidebar-menu > li.menu-item > ul.submenu > li.submenu-item > a
{
    background-color: #d9edf7!important;
}

#leftMenuContainer>ul.sidebar-menu>li>ul.submenu
{
    background-color: #31708f!important;
}

#leftMenuContainer>ul.sidebar-menu>li>ul.submenu>li.submenu-item:hover, #leftMenuContainer>ul.sidebar-menu>li>ul.submenu>li.submenu-item>a:hover
{
    background-color: #fff!important;
}

#leftMenuContainer>ul.sidebar-menu>li.menu-item>ul.submenu>li.submenu-item.active>a
{
    color: #fff!important;
    background-color: #004b8d!important;
}

.fa-1x-fix
{
    height: 13px;
}

.fa-lg-fix
{
    height: 13px;
}

.fa-2x-fix
{
    height: 27px;
}

.fa-3x-fix
{
    height: 35px;
}

.fa-4x-fix
{
    height: 55px;
}

.ellipsis80Percent {
    width: 85%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display:inline-block

}

.small-font-table {
    font-size:11px;
}

.transfers-dashboard-hover {
    border: 1px solid #FFCCCC;
}

ul.thin-list {
    padding-left: 20px;
}

table.investmentsTbl th{
    background: #f6f6f6;
}

div.dashboard-well {
    height: 354px;
    background-color: white;
    display:inline-block;
    padding: 5px 5px 5px 15px;
    text-align: center;
    margin-bottom: 5px
}

div.dashboard-chart {
    display: inline-block;
    width: 100%;
    height: 300px;
}

div.greyscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pop-in {
    animation: pop-in 0.5s steps(100, start) 1;
    -webkit-animation: pop-in 0.5s steps(100, start) 1;
}

@keyframes pop-in {
    0% { transform: scale(0); }
    80% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
@-webkit-keyframes pop-in {
    0% { -webkit-transform: scale(0); }
    80% {  -webkit-transform: scale(1.1); }
    100% {  -webkit-transform: scale(1); }
}

.footer_padding {
    padding: 10px 15px;
}

div.red-dot {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    position: absolute;
    text-align: center !important;
    left: -100px;
    top: -100px;
    z-index: 4;
    border: 4px solid #76B063;
    background-color: #76B043 !important;
    padding: 0;
    margin-left: -50px;
    margin-top: -50px;
}

span.red-dot-content {
    width: 100px;
    height: 100px;
    text-align: center !important;
    margin-top: 25px;
    display: inline-block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white !important;
    line-height: 1.2;
}

div.red-dot-highchart {
    display: none;
    height: 301px;
    width: 298px;
}

div.overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}

.status-container {
    padding: 16px;
    position: relative;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 16px 2px 16px 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.status-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 16px;
    text-align: center;
    z-index: 3;
}

.status-card {
    width: 240px;
    border-radius: 5px;
    padding: 5px 16px 5px 16px;
    text-align: center;
    z-index: 3;
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.illustrations-sm {
    font-size: 12px;
}

.illustrations-indent {
    padding-left: 50px;
}
.main-content-wrap table {
    line-height: normal;
}

.m-b-xs {
    margin-bottom: 10px !important;
}

.m-b-sm {
    margin-bottom: 17px !important;
}

.m-t-xs {
    margin-top: 10px !important;
}
.m-t-xxs {
    margin-top: 6px;
}
.m-t-xs {
    margin-top: 10px;
}
.m-t-sm {
    margin-top: 16px;
}

span.main_heading {
    font-weight: bold;
}

span.inline_header {
    text-decoration: underline;
    margin-top: 10px;
    display:inline-block;
}

@media print {
    td.hidden-xs, th.hidden-xs {
        display: table-cell !important
    }
}

.border-success {
    border: 1px solid #4cae4c !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76,174,76,.6) !important;
}

.border-danger {
    border: 1px solid #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(179,68,66,.6) !important;
}

div.list-group-item.hoverable:hover {
    text-decoration: underline;
}

.leftPadding5Pct {
    padding-left: 5% !important;
}

table#adjustable_advise_fee_tbl tbody td{
    vertical-align: top !important;
}

.bg-force-white {
    background-color: #fff;
}

.p-l-10 {
    padding-left: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-30 {
    margin-right: 30px;
}

#otp_edit_modal {
    top: 40%;
}

.tooltip-arrow {
    position: fixed; !important;
}
