/*$ltr_grey: $ltr_grey;*/
.table-holder {
  width: 100%;
  margin: 0px;
}

.no-sort:after {
  display: none !important;
  background: none;
}

.no-sort {
  pointer-events: none !important;
  cursor: default !important;
}

#funds-filters {
  padding: 15px;
}

.filter-group {
  width: 50%;
  float: left;
}

.filter-group.singlecol {
  width: 25%;
  float: left;
}

.filter-box {
  margin: 5px 0 5px 0;
  float: left;
  /*width: 50%;*/
}
.filter-box.focus-box {
  width: 50%;
}
.filter-box.category-box {
  width: 50%;
}
@media screen and  (max-width: 479px) {
  .filter-box, .filter-box.focus-box {width: 100%;}
}
.filter-group.singlecol .filter-box {
  margin: 5px 0 5px 0;
  float: left;
  width: 100%;
}

#funds-filters .filter-box .SumoSelect {
  margin: 0 !important;
  display: block;
  float: none;
}

#funds-filters .SumoSelect > .optWrapper.open {
  top: 42px !important;
}

#funds-filters .SumoSelect > .CaptionCont {
  border: 1px solid #cccccc;
}

.SumoSelect > .CaptionCont > span {
  max-width: 200px;
}

#funds-filters .SumoSelect:hover > .CaptionCont, #funds-filters .SumoSelect:focus > .CaptionCont {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#funds-filters .currency-box {
  width: 11%;
  display: table-cell;
}

.summary-filters-container {
  display: table;
  width: 100%;
}

.summary-filters-container.segregated {
  display: block;
  width: 100%;
}

.summary-filters-inputs {
  display: table-cell;
}

.summary-filters-container.segregated .summary-filters-inputs {
  display: block;
}

.series-box, .tiers-box {
  z-index: -1 !important;
}

.buttons-box {
  float: left;
  padding: 34px 5px 15px 10px;
  width: auto;
  margin: auto;
}

.mt-segragated-guarantee {
  width: 110px;
}

.mt-mutual-class {
  width: 80px;
}

.mt-fund-class {
  height: max-content;
}

.mt-date-in-table {
  width: 86px;
}

.mt-historical-prices {
  width: 80px;
}

.currency-indicator {
  display: inline-block;
  position: relative;
  top: 0px;
  right: 0px;
  color: #FFF;
  font-size: 10px;
  margin-right: 0px;
  margin-right: 14px;
  background: #003e51;
  padding: 0px 5px;
  text-align:center;
}

.currency-indicator-container {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}

.series-indicator-container {
  display: table-cell;
  width: 90%;
}

.right {
  text-align: right !important;
}

table.funds_list {
  background: none repeat scroll 0 0 #f2f1ef;
}

.labels-grp {
  display: block;
  text-align: left;
}

.fund-class-label, .fund-series-label {
  text-align: left;
  font-size: 12px;
  margin-bottom: -5px;
  padding: 5px 0 0 10px;
  display: block;
  font-weight: 500;
}

.currency-label {
  text-align: left;
  font-size: 12px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  margin: 0;
  float: left;
  width: 100%;
}

.currency-label .fund-class-label, .fund-series-label {
  width: auto;
}

.docs-filter label {
  padding: 0.4em 2em 0.4em 0;
}

.highlight {
  background-color: #F5F5F5 !important;
}

.toggle-btn-grp {
  margin: 5px 0px;
  float: left;
}

.toggle-btn {
  text-align: centre;
  margin: 5px 2px;
  padding: 0.4em 3em;
  color: #000;
  background-color: #FFF;
  border-radius: 0px;
  display: inline-block;
  border: solid 1px #CCC;
  cursor: pointer;
  font-size: 12px;
}

.toggle-btn-grp.joint-toggle .toggle-btn {
  margin: 5px 0px;
  padding: 9px 7px;
  border-radius: 50%;
}

.toggle-btn-grp.joint-toggle .toggle-btn:first-child {
  margin-left: 2px;
}

.toggle-btn-grp.joint-toggle .toggle-btn:last-child {
  margin-right: 2px;
  border-right: solid 1px #CCC;
}

.toggle-btn:hover {
  border: solid 1px #ccc !important;
  background: #f5f5f5;
}

.toggle-btn.success {
  background: #cd5707;
  border: solid 1px #cd5707 !important;
  color: #FFFFFF !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* CSS only version */
.toggle-btn-grp.cssonly * {
  width: 140px;
  height: 30px;
  line-height: 30px;
}

.toggle-btn-grp.cssonly div {
  display: inline-block;
  position: relative;
  margin: 5px 2px;
}

.toggle-btn-grp.cssonly div label {
  position: absolute;
  z-index: 0;
  padding: 0;
  text-align: center;
}

.toggle-btn-grp.cssonly div input {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.toggle-btn-grp.cssonly div:hover label {
  border: solid 1px #a0d5dc !important;
  background: #f1fdfe;
}

.toggle-btn-grp.cssonly div input:checked + label {
  background: lightgreen;
  border: solid 1px green !important;
}

.sub-tabs {
  border-width: 0;
  height: 34px;
  /*margin: 20px 0px 40px 0px;*/
  border-bottom: 1px solid #CCC;
  padding-left: 0;
}

.sub-tabs li {
  float: left;
  list-style: none outside none;
  display: inline-block;
  margin: 6px 5px;
}

.sub-tabs li a {
  font-size: 14px;
  padding: 4px 15px 8px 15px;
  color: #777;
  cursor: pointer;
  /*  border-right:1px solid #CCC;*/
  text-decoration: none;
}

.sub-tabs li a:hover {
  text-decoration: none;
}

.sub-tabs li a.ci-active, .sub-tabs li a.active {
  color: #444;
  font-weight: normal;
  border-bottom: 3px solid #c85507;
  text-decoration: none;
}

.docs-table-wrapper {
  width: 100%;
  position: relative;
}

.docs-columnLeft {
  float: left;
  padding: 0 15px;
  width: 33.33333333333333%;
}

.docs-columnRight {
  float: left;
  padding: 15px 5px 0 0;
  position: relative;
  width: 66.66666666666666%;
}

@media screen and (max-width: 767px) {
  .docs-columnRight {
    /* float: left; */
    padding: 15px 5px 0 0;
    position: relative;
    width: 100% !important;
  }
}

.docs-columnLeft input {
  clear: left;
  float: left;
  margin: 8px 0;
}

.docs-columnLeft label {
  color: #666666;
  font-size: 12px;
  display: block;
  line-height: 22px;
  margin-left: 20px;
}

.border-color-fixedincome, .border-color-revenufixe {
  border-left: 8px solid #ECF0F1 !important;
}

.border-color-balanced, .border-color-fondsquilibrs {
  border-left: 8px solid #ECF0F1 !important;
}

.border-color-equityequityincome, .border-color-actionsactionsderevenu {
  border-left: 8px solid #ECF0F1 !important;
}

.border-color-sector, .border-color-fondssectoriels {
  border-left: 8px solid #ECF0F1 !important;
}

.border-color-personalpensionportfolios, .border-color-portefeuillesdepensionpersonnels {
  border-left: 8px solid #ECF0F1 !important;
}

.border-flowthrough, .border-closedend, .border-principalprotectednotes, .border-color-no-category {
  border-left: 8px solid #ECF0F1 !important;
}

.color-fixedincome, .color-revenufixe {
  background-color: #eef6f9;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #444;
}

.color-balanced, .color-fondsquilibrs {
  background-color: #ECF0F1 !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff;
}

.color-equityequityincome, .color-actionsactionsderevenu {
  background-color: #ECF0F1 !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff;
}

.color-sector, .color-fondssectoriels {
  background-color: #ECF0F1 !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff;
}

.color-personalpensionportfolios, .color-portefeuillesdepensionpersonnels {
  background-color: #ECF0F1 !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff;
}

.color-flowthrough, .color-closedend, .color-principalprotectednotes, .color-socitsencommanditeaccrditives, .color-fondscapitalfixe,
.color-billetscapitalprotg, .color-no-category {
  background-color: #ECF0F1 !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
}

.border-color-managedassets, .border-color-speciality {
  border-left: 8px solid #976d0a !important;
}

.border-color-equityincome {
  border-left: 8px solid #6A3460 !important;
}

.border-color-realincome, .border-color-revenureel {
  border-left: 8px solid #976d0a !important;
}

.color-equityincome {
  background-color: #6A3460 !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff;
}

.color-realincome, .color-revenureel {
  background-color: #976d0a !important;
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff;
}

.fund-name-url {
  display: table-cell;
}

.watch-list-manipulator {
  float: left;
  display: table-cell;
  padding: 0px 10px 0px 5px;
  position: relative;
}
.remove_from_doc_watch_list, .remove_from_media_watch_list {
  padding: 0px;
  position: relative;
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.watch-list-manipulator span.watch_list-remove-indicator {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 20px;
  animation: 300ms scaleIn;
}
span.doc_watch_list-remove-indicator, span.remove_from_media_watch_list {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 20px;
  animation: 300ms scaleIn;
}


.view-historical a {
  padding: 3px 5px;
}

.view-historical a:after {
  content: "\00bb";
  margin-left: 5px;
  font-size: 16px;
  text-decoration: none;
}

.view-historical a:hover {
  text-decoration: none;
}

.pointered-anchor {
  cursor: pointer;
}

.width-80 {
  min-width: 80%;
}

.width50 {
  min-width: 50px;
}

.width70 {
  min-width: 70px;
}

.zipbtn:before {
  content: "\e833";
  display: inline-block;
  font-family: "fontello";
  font-decoration: none;
  speak: none;
  color: #ffffff;
  font-size: 14px;
  padding-right: 7px;
}

.color-fixedincome td {
  text-align: left !important;
  border-left: 1px solid #cccccc;
}
.fund-performance-disclaimer {
  font-family: "Roboto Condensed", "Helvetica Neu", Arial, sans-serif;
  font-weight: 300;
  padding-bottom: 20px;
}