﻿.fund-box ul li input {
    margin: -5px -5px -5px 0;
    padding: 0 10px 0 10px;
    width: 100%;
    line-height: 30px;
    /*-webkit-appearance: none;*/
    outline: none;
    border: 0;
    text-align: right;
    margin-left:auto;
    margin-right:0
}
.fund-box ul li input[type='checkbox'] {
    width: auto;
    background: #ffffff;
}

.fund-box ul li:nth-child(2n) input {
    background: #e3e3e3;
    background: hsla(0, 0%, 89%, .4);
}

.fund-box ul li:nth-child(2n+1) input
{
    background: #FFFFFF;
}

.fund-box ul li .info,.fund-box ul li .label {
    width: 50%;
}

l.cell-header {
    position: relative;
}

.table-header-item .headerAlignCenter {
    margin-left: auto;
    margin-right: auto;
}
.table-header-item .headerAlignRight {
    margin-left: auto;
    margin-right: 0;
    Text-align: right;
}
.table-header-item .headerAlignLeft {
    margin-left: 0;
}
ul.list li .left .content {
    position: absolute;
    margin-left: 70px;
}
.cells-wrapper .cells {
    display: -ms-flexbox;
    display: flex;
    /*height: 66px;*/
    /*-ms-flex-pack: justify;
    justify-content: space-between;*/
}
.cells {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    /*height: 66px;*/
}

ul.list li.list .left .content {
    position: absolute !important;
}

sup {
    position: relative;
    line-height: 6px;
}

.diagnostic {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.5;
    background: lightgray;
    width: 550px;
    height: 180px;
    z-index: 10;
}

.box .flag {
    position: absolute;
    top: 5px;
    right: 5px;
}

div.ui-dialog {
    z-index: 1005 !important;
}

.news-container {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    padding: 30px;
    transition: .3s;
    min-height: 350px;
}

.news-container h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.news-container p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}

.news-container img {
    text-align: center;
    max-width: 70%;
    max-height: 100px;
    display: block;
    margin: 10px auto; 
}


.news-container .news-body {
    max-height: 280px;
    overflow: hidden;
    cursor: pointer;
    max-width: 550px;
    margin: 0 auto;
}

.news-container:before {
    transform: rotate(2deg);
    z-index: -4;
}

.news-body:before {
    content: "";
    width: calc(100% - 20px);
    top: 210px;
    height: 100px;
    left: 0px;
    position: absolute;
    background: rgba(255, 255, 255, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.82) 100%) repeat scroll 0% 0%;
}

.news-container:after, .news-container:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    transition: .3s;
}

.news-container:after {
    transform: rotate(-2deg);
    z-index: -2;
}

.news-container:hover {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.2);
}

.news-container:hover:before {
    margin-top: 7px;
    transform: rotate(4deg);
}

.news-container:hover:after {
    margin-top: 7px;
    transform: rotate(-4deg);
}

.rowFeatureMyFund {
    border-right: solid 2px red;
}
.rowFeatureCompare:after {
    position: absolute;
    right: 0px;
    width: 2px;
    height: 100%;
    background-color: green;  /*#89a53c*/
    display: block;
    content: '';
}
.rowFeatureMyFund.rowFeatureCompare:after {
    right: 1px;
}

.loggedIn .member .more-popover div input[type=checkbox] + label span.myFundCheckBox {
    border-color: red;
}
.member .more-popover div input[type=checkbox] + label span.compareCheckBox {
    border-color: green !important;
}

.videoFrame {
    width: 100%;
    height: 600px;
    border: 0;
    outline: 0;
}

.changeLogHistory {

}

.member-profile-info-container {
    min-height: 785px;
}

.charts-container {
    background-color: #ffffff;
}


/*´GTM content fix*/
.sc-htpNat.dLoyVF.logo-container {
    display: none;
}

.nav-note {
    float: right;
    position: relative;
    display: none;
    width: 300px;
    border: solid 2px red;
    padding: 10px;
    right: 200px;
    text-align: justify;
}