/*
[-] Reset
[-] General
[-] Containers
[-] Header
[-] Content
[-] Table Stylings
[-] Others
[-] Footer
[-] Footlinks
[-] Copyright

***********************************/

/* Reset
***********************************/

@import url("custom-css.css");



/***********************************************************/
@media screen and (min-width: 480px) and (max-width:960px) {
  #header {
    display: none;
  }
}
/**********************************************************/


* {
  margin: 0;
}

html, body {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

body, img, form {
  border: 0;
  margin: 0;
  padding: 0;
}
/*img {display: block;}*/
a img, a:hover img {
  border-bottom: 0 none !important;
  text-decoration: none !important;
  outline: 0 none !important;
}

.cf:before, .cf:after, .row:before, .row:after, table.table-style1:before, table.table-style1:after, table.table-style2:before, table.table-style2:after, table.table-style15:before, table.table-style15:after {
  content: " ";
  display: table;
}

.cf:after, .row:after, table.table-style1:after, table.table-style2:after, table.table-style15:after {
  clear: both;
}

.cf, .row, table.table-style1, table.table-style1 {
  *zoom: 1;
}
/* General
***********************************/
p {
  margin-bottom: 15px;
}

.row ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

  .row ul li {
    margin-bottom: 5px;
    padding-left: 20px;
    vertical-align: middle;
  }

.sitemap ul li {
  list-style: square;
}

.sitemapul li ul li {
  list-style: disc;
}

.sitemap ul li ul li ul li {
  list-style: circle;
}

table {
  background-color: #fff;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 0;
  width: 100%;
}

thead {
  background: #ebebeb;
}

tr:nth-child(even) {
  background: #f3f3f3;
}

td, th {
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

thead th, thead td {
  font-weight: bold;
}

tbody td, tbody th {
  border-bottom: 1px solid #d1cdc4;
}

tbody td {
  border-left: 1px solid #d1cdc4;
}

input {
  background: #fff;
  border: 1px solid #aaa;
  padding: 10px;
  font-size: 14px;
  color: #444;
}

  input:-moz-placeholder {
    font-family: sans-serif;
    font-size: 0.9em;
    color: #999;
    opacity: 0.9 !important;
  }

  input::-moz-placeholder {
    font-family: sans-serif;
    font-size: 0.9em;
    color: #999;
    opacity: 0.9 !important;
  }

  input::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 0.9em;
    color: #999;
    opacity: 0.9 !important;
  }

  input:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 0.9em;
    color: #999;
    opacity: 0.9 !important;
  }

label {
  margin-right: 10px;
  /*margin-left: -9px;*/
}

/* Containers
***********************************/
.wrapper {
    /* background: url(../images/homepage.jpg) no-repeat top center #000;*/
    /*min-height: 6%;
  margin-bottom: -60px;*/
    margin-bottom: -108px;
    min-width: 1170px;
}

  .wrapper:after {
    content: "";
    display: block;
  }

  .wrapper.inside-page {
    background: #fff !important;
  }

.container {
  clear: both;
  min-width: 1170px;
  width: 100%;
}

.inside-header {
  background: #000;
  clear: both;
  min-width: 1140px;
  width: 100%;
}

.header-wrapper, .content-wrapper, .footer-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1170px;
}

.wrapperalt {
  background: url(../images/as_homepage_bg.jpg) no-repeat top center #000;
  min-height: 100%;
  margin-bottom: -60px;
  min-width: 1170px;
}

  .wrapperalt:after {
    content: "";
    display: block;
  }

  .wrapperalt.inside-page {
    background: #fff !important;
  }
/* Header
***********************************/
.topnav-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}

.nav-wrapper {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.header-nav-wrapper {
  display: block;
  float: right;
}

/* Logo & Top Navigation */
.logo {
  float: left;
  margin: 0;
  padding: 0;
  padding-top:42px;
}

  .logo a, .logo a:hover {
    border: 0 none;
    display: block;
    text-decoration: none;
    padding-top: 12px;
  }

.topnav {
    color: #fff;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

  .topnav div {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }

    .topnav div.last {
      margin-right: 0;
    }

.topnav-home {
  color: #fff;
  float: left;
  margin: 0;
  padding: 0;
}

.inside-pg {
  color: #fff;
  float: right;
  margin: 0;
  padding: 0;
}

/* Home Link */
.homelink-wrapper {
  background: url(../images/icon_home.png) left center no-repeat;
  padding: 5px 5px 5px 20px;
  margin-left: 10px;
}

  .homelink-wrapper a, .homelink-wrapper a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
  }

/* Fund Manager */
.fund-wrapper {
  padding: 5px 5px 5px 20px;
}

  .fund-wrapper a, .fund-wrapper a:hover { /*border-bottom:1px dotted #FF8400;*/
    border-bottom: 0 none;
    color: white;
    text-decoration: none;
  }

/* Fund Manager */
.login-modal {
  padding: 5px;
  text-align: center;
}

  .login-modal a, .login-modal a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
  }

/* Contact */
.contact-wrapper {
  background: url(../images/icon_contact.png) left center no-repeat;
  padding: 5px 5px 5px 20px;
}

  .contact-wrapper a, .contact-wrapper a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
  }

/* Login */
.login-wrapper {
  background: url(../images/icon_login.png) bottom no-repeat; /*padding:5px 5px 5px 30px;*/
}

  .login-wrapper a, .login-wrapper a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
  }

  /* Login */
#loginContainer {
  float: left;
  position: relative;
  margin-right: 0;
}

#loginButton {
  display: inline-block;
  float: right;
  position: relative;
  z-index: 30;
  cursor: pointer;
  padding-top: 5px;
}

  #loginButton span {
    font-family: 'Open Sans', sans-serif, Arial;
    font-size: 12px;
    font-weight: 400;
    padding-left: 0px;
    display: block;
    color: #fff;
    border-bottom: 1px dotted #fff;
  }

  #loginButton:hover {
    background: none;
  }

#loginBox {
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  z-index: 29;
  margin-right: 0;
}
/*#loginButton.active {background: #2C65A4 ;}*/
#loginButton.active span {
  color: #fff;
}

#loginForm .close-botton {
  position: absolute;
  top: -6px;
  left: 236px;
  cursor: pointer;
}

#loginForm {
  width: 248px;
  margin-top: 4px;
  background: #2C65A4;
  padding: 5px;
}

  #loginForm fieldset {
    margin: 0 0 12px 0;
    display: block;
    border: 0;
    padding: 0;
  }

fieldset#body {
  background: #fff;
  padding: 10px 13px;
  margin: 0;
}

#body label {
  color: #3a454d;
  margin: 9px 0 0 0;
  display: block;
  float: left;
}

#loginForm #body fieldset label {
  display: block;
  float: none;
  margin: 0 0 6px 0;
}

#loginForm input {
  width: 92%;
  border: 1px solid #899caa;
  color: #3a454d;
  font-weight: normal;
  padding: 8px 8px;
  font-size: 14px;
}

#loginForm span {
  display: block;
  float: left;
  padding: 7px 0 4px 0;
  margin-right: 20px;
}

  #loginForm span a {
    color: #fff;
    font-size: 14px;
  }

#loginForm #login {
  width: auto;
  float: left;
  background: #339cdf;
  color: #fff;
  padding: 7px 10px 8px 10px;
  text-shadow: 0px -1px #278db8;
  border: 1px solid #339cdf;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 12px 0 0;
  cursor: pointer;
  *padding: 7px 2px 8px 2px; /* IE7 Fix */
}

/* Logout */
.logout-wrapper {
  background: url(../images/icon_logout.png) left center no-repeat;
  padding: 5px 5px 5px 20px;
}

  .logout-wrapper a, .logout-wrapper a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
  }

/* Back Link */
.back-link {
  background: url(../images/icon_pageback.png) left center no-repeat;
  padding-left: 20px;
  margin-left: 10px;
    color: #ff8400;
  border-bottom: 1px dotted #FF8400;
}

  .back-link a, .back-link a:hover {
    border-bottom: 0 none;
   color: #ff8400;
    border-bottom: 1px dotted #FF8400;
  }

/* Forward Link */
.forward-link {
  background: url(../images/icon_pagefw.png) right no-repeat;
  padding-right: 15px;
  color: #0069DC;
  text-decoration: none;
}

  .forward-link a, .back-link a:hover {
    border-bottom: 0 none;
    color: #0069DC;
    text-decoration: none;
  }

/* Print */
.print {
  background: url(../images/icon_print.png) left center no-repeat; /*padding-left: 20px; margin-left: 10px; color: #ff8400; border-bottom: 1px dotted #FF8400; display: inline-block; margin-right: 20px;*/
}

  .print a, .print a:hover {
    border-bottom: 0 none;
    color: #ff8400;
    text-decoration: none;
  }

/* Remove */
.remove-benchmark {
  background: url(../images/icon_remove.png) left center no-repeat;
  padding-left: 20px;
  margin-left: 10px;
  margin-top: 10px;
  color: #ff8400;
  border-bottom: 1px dotted #FF8400;
  display: block;
  float: right;
}

  .remove-benchmark a, .remove-benchmark a:hover {
    border-bottom: 0 none;
    color: #ff8400;
    text-decoration: none;
  }

/*vCard*/
.vcard {
  background: url(../images/icon_vcard.png) left center no-repeat;
  padding-left: 30px;
  margin-left: 10px;
  color: #ff8400;
  text-decoration: none;
  display: block;
  float: left;
}

  .vcard a, .vcard a:hover {
    border-bottom: 0 none;
    color: #ff8400;
    text-decoration: none;
  }

/*Read More*/
/*.read-more {background: url(../images/icon_read_more.png) left center no-repeat; padding-left: 20px; margin-top: 10px; color: #ff8400; border-bottom: 1px dotted #0069DC;}*/
.read-more {
  background: url(../images/icon_read_more.png) left center no-repeat;
  padding-left: 20px;
  margin-top: 10px;
  text-decoration: none;
  border-bottom: 0;
}

  .read-more span {
    color: #ff8400;
    border-bottom: 1px dotted #0069DC;
    text-decoration: none;
    border-bottom: 1px dotted #ff8400;
  }

  .read-more a, .read-more a:hover {
    border-bottom: 0 none;
    color: #ff8400;
    text-decoration: none;
    border-bottom: 1px dotted #ff8400;
  }

.hide-more {
  background: url(../images/icon_hide_more.png) left center no-repeat;
  padding-left: 20px;
  margin-top: 10px;
  color: #ff8400; /*border-bottom: 1px dotted #0069DC;*/
  border-bottom: 0;
}

  .hide-more span {
    color: #ff8400;
    border-bottom: 1px dotted #0069DC;
    text-decoration: none;
    border-bottom: 1px dotted #ff8400;
  }

  .hide-more a, .hide-more a:hover {
    border-bottom: 0 none;
    color: #ff8400;
    text-decoration: none;
    border-bottom: 1px dotted #ff8400;
  }

.more-content {
  display: none;
}

.table-style1 .hide-more span, .table-style1 .read-more span {
  color: #0069DC;
}
/* Add to Favourites */
.favourites {
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 10px;
  text-shadow: 0px 0px 0px rgba(30, 30, 30, 0);
  background: rgb(68, 61, 60);
  background: -moz-linear-gradient(90deg, rgb(68, 61, 60) 20%, rgb(59, 50, 50) 70%);
  background: -webkit-linear-gradient(90deg, rgb(68, 61, 60) 20%, rgb(59, 50, 50) 70%);
  background: -o-linear-gradient(90deg, rgb(68, 61, 60) 20%, rgb(59, 50, 50) 70%);
  background: -ms-linear-gradient(90deg, rgb(68, 61, 60) 20%, rgb(59, 50, 50) 70%);
  background: linear-gradient(0deg, rgb(68, 61, 60) 20%, rgb(59, 50, 50) 70%);
  -webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 1px rgba(50, 50, 50, 0);
  text-decoration: none;
}

a.favourites span, a.favourites:hover span {
  background: url(../images/icon_star_white.png) left center no-repeat;
  padding-left: 20px;
}

/* Main Navigation */
.menu1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 550px;
}

.menu {
  float: left;
  margin: 0;
  padding: 0;
  width: 542px;
}

ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: -34px;
}

  ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
  }

  ul.dropdown a {
    border: 0;
  }

    ul.dropdown a:hover {
      background: #ff8400;
    }

    ul.dropdown a:active {
      color: #fff;
    }

    ul.dropdown a.selected,
    ul.dropdown a.selected:hover { /*background: url(../images/icon_nav_indicator.png) bottom center no-repeat;*/
      color: #fff;
    }

  ul.dropdown li a {
    display: block;
    padding: 10px;
  }

  ul.dropdown li:last-child a {
    border-right: none;
  }
  /* Doesn't work in IE */
  ul.dropdown li.hover, ul.dropdown li:hover {
    background: #ad5a00;
    color: #fff;
    position: relative;
  }

    ul.dropdown li.hover a {
      color: black;
    }

  ul.dropdown ul {
    list-style: none;
    left: 0px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 239px;
    z-index: 100;
  }

    ul.dropdown ul li {
      background: #ff8400;
      border-bottom: 1px solid #ffc98f;
      color: #fff;
      float: none;
      font-weight: 400;
    }

      ul.dropdown ul li a {
        border-bottom: 0 none;
        display: block;
        text-decoration: none;
      }

        ul.dropdown ul li a:hover {
          background: #ad5a00;
        }

    ul.dropdown ul ul {
      list-style: none;
      margin: 0;
      padding: 0;
      left: 100%;
      top: 0;
    }

  ul.dropdown li:hover > ul {
    visibility: visible;
  }

.marginleft {
  margin-left: 20px;
  font-size: 12px !important;
}
/* Refine Search */
.megamenu {
  position: relative;
  width: 600px;
  z-index: 999;
}

.megamenu-wrapper {
  padding: 20px;
  width: 580px;
}

.megamenu-box {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 280px;
}

  .megamenu-box.last {
    margin-right: 0;
  }

.megamenu-fund {
  margin: 0;
  padding: 0;
  width: 280px;
}

  .megamenu-fund .left {
    float: left;
    width: 130px;
  }

  .megamenu-fund .right {
    float: right;
    width: 130px;
  }

  .megamenu-fund h5 {
    margin: 20px 0;
  }

.megamenu ul {
  margin: 0;
  padding: 0;
  position: relative !important;
  width: auto;
}

  .megamenu ul li {
    border: 0 !important;
  }

/* Search */
.search {
    float: right;
    /* margin: -32px; */
    /* padding: 3px; */
    width: 304px;
    margin-top: -29px;
    margin-right: -35px;
}

  .search input {
    border: 1px solid #757575;
    float: left;
    padding: 5px;
    width: 235px;
  }

    .search input[type="button"] {
      background: url(../images/icon_search.png) 0 0 no-repeat #757575;
      border: 1px solid #757575;
      cursor: pointer;
      display: block;
      float: left;
      height: 35px;
      width: 40px;
      text-indent: -99999px;
    }

  .search .chosen-container {
    float: left;
  }

  .search ul li {
    float: none;
  }

/* Content
***********************************/
/* Home */
h1.intro-content {
  clear: both;
  color: #fff;
  font-size: 58px;
  font-weight: 400;
  float: left;
  display: block;
}

p.homepage {
  clear: both;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

  p.homepage a, p.homepage a:hover {
    border: 0 none;
    clear: both;
    color: #ff8400;
    display: block;
    text-decoration: none;
  }

.homepage-highlight {
  background: url(../images/homepage_green_bar.png) top center no-repeat;
  height: 114px;
  width: 100%;
}

.homepage-box-label h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  display: block;
}
/*.homepage-box-links a {background: #131c21; border-bottom: 0 none; color: #fff; display: block; font-family: 'Source Sans Pro', sans-serif, Arial; font-size: 30px; font-weight: 300; margin: 0; padding: 30px; text-decoration: none;}*/
.homepage-box-links a span {
  clear: both;
  color: #ff8400;
  display: block;
  font-family: 'Lato', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.homepage-box-links a {
  background-image: url(../images/home-page-box-bg.png);
  border-bottom: 0 none;
  color: #fff;
  display: block;
  font-family: 'Source Sans Pro', sans-serif, Arial;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  padding: 30px;
  text-decoration: none;
}

.green-column:first-child {
  background: none;
  display: block;
  float: left;
  padding-left: 0px;
}

.green-column {
  background: url(../images/green_slash.png) left top no-repeat;
  display: block;
  float: left;
  padding-left: 35px;
}

  .green-column span {
    color: #fff;
    display: block;
    float: left;
    font-family: 'Lato', sans-serif, Arial;
    font-size: 56px;
    letter-spacing: -2px;
    font-weight: 700;
  }

    .green-column span.small-content {
      font-family: 'Open Sans', sans-serif, Arial;
      font-size: 14px;
      font-weight: 300;
      width: 120px;
      word-wrap: break-word;
      padding-left: 10px;
      padding-top: 7px;
      letter-spacing: 0px;
      line-height: 18px;
    }

/* Inside Content
***********************************/
.inside-content-sub-nav {
  background: #18AFDA;
}

  .inside-content-sub-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .inside-content-sub-nav li {
    background: none !important;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
  }

    .inside-content-sub-nav li a {
      border-bottom: 0 none;
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 300;
      padding: 15px;
      text-decoration: none;
    }

      .inside-content-sub-nav li a:hover {
        background: #138eb0;
      }

        .inside-content-sub-nav li a span,
        .inside-content-sub-nav li a:hover span,
        .inside-content-sub-nav li a.selected,
        .inside-content-sub-nav li a.selected:hover {
          background: url(../images/sub_accordion_down.png) right center no-repeat;
          padding-right: 20px;
        }

.first-module-title h2 {
  display: block;
  float: left;
}

.inside-content-sub-nav1 {
  background: #18AFDA;
  width: 100%;
}

  .inside-content-sub-nav1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .inside-content-sub-nav1 li {
    background: none !important;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
  }

    .inside-content-sub-nav1 li a {
      border-bottom: 0 none;
      color: #fff;
      display: block;
      font-size: 18px;
      font-weight: 500;
      padding: 10px;
      text-decoration: none;
    }

      .inside-content-sub-nav1 li a:hover {
        background: #138eb0;
      }

        .inside-content-sub-nav1 li a span,
        .inside-content-sub-nav1 li a:hover span,
        .inside-content-sub-nav1 li a.selected,
        .inside-content-sub-nav1 li a.selected:hover {
          background: url(../images/anchor_nav_arrow.png) right center no-repeat;
          padding: 0 45px;
        }
/*.benchmark-dropdown {display: block; float: right;}
.benchmark-dropdown.table {display: block; float: right; width: 100%;}
.benchmark-dropdown.search {width: 230px;}
.benchmark-dropdown.search2  {width: 150px;}*/
.graph-wrapper {
  width: 100%;
}

.disclaimer-container {
  border-top: 1px solid #b2b2b2;
  display: block;
}
/* Inside Sub Navigation
***********************************/
.standard-sub-wrapper, .sub-accordion-wrapper {
  display: block;
  width: 100%;
}

  .standard-sub-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .standard-sub-wrapper li {
    background: none !important;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
  }

    .standard-sub-wrapper li a {
      background: #e7f5f8;
      border-bottom: 1px solid #c5d0d3;
      color: #222;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 10px;
      text-decoration: none;
    }

      .standard-sub-wrapper li a span.sub-favourites {
        background: url(../images/icon_star_blue.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span.sub-searches {
        background: url(../images/icon_save.png) center left no-repeat;
      }

       .standard-sub-wrapper li a span.sub-manage {
        background: url(../images/manageindices.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span.sub-viewed {
        background: url(../images/icon_recent_view.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span.sub-search {
        background: url(../images/basic-search.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span.sub-myfunds {
        background: url(../images/icon_myfunds.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span.sub-travelplans {
        background: url(../images/icon_travelplans.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span.sub-uploadfile {
        background: url(../images/icon_uploadfile.png) center left no-repeat;
      }

      .standard-sub-wrapper li a span {
        padding-left: 20px;
      }

ul.sub-nav-child, ul.sub-nav-child li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  ul.sub-nav-child li {
    clear: both;
    margin: 0;
    padding: 0;
    background: none;
  }

    ul.sub-nav-child li a {
      color: #222;
      border-bottom: 1px solid #d2d2d2;
      display: block;
      padding: 10px;
      text-decoration: none;
      word-wrap: break-word;
      background-color: #f7f7f7;
    }

      ul.sub-nav-child li a:hover, ul.sub-nav-child li a.selected, ul.sub-nav-child li a.selected:hover {
        background: #787878;
        border-bottom: 1px solid #787878;
        color: #fff;
        font-weight: 700;
      }

  ul.sub-nav-child.border-bottom {
    border-bottom: 2px solid #d2d2d2;
  }

  ul.sub-nav-child li.nohover {
    color: #636f76;
    font-weight: 700;
    background-color: #f7f7f7;
  }

    ul.sub-nav-child li.nohover a {
      color: #636f76;
      font-weight: 700;
      background-color: #f7f7f7;
    }

      ul.sub-nav-child li.nohover a span {
        color: #636f76;
        font-weight: 700;
        background-color: #f7f7f7;
      }

      ul.sub-nav-child li.nohover a:hover span {
        color: #636f76;
        font-weight: 700;
        background-color: #f7f7f7;
      }

  ul.sub-nav-child li a span {
    color: #636f76;
    font-weight: 700;
    background-color: #f7f7f7;
  }

  ul.sub-nav-child li a:hover span {
    color: #fff;
  }

  ul.sub-nav-child li li a { /*background: url(../images/sub_bullet_black.png) 10px center no-repeat*/
    padding-left: 20px;
  }

    ul.sub-nav-child li li a:hover { /*background: url(../images/sub_bullet_white.png) 10px  center no-repeat #787878;*/
      padding-left: 20px;
    }

ul.sub-navabt-child, ul.sub-navabt-child li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  ul.sub-navabt-child li {
    clear: both;
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  }

    ul.sub-navabt-child li a {
      color: #222;
      border-bottom: 1px solid #d2d2d2;
      display: block;
      padding: 10px;
      text-decoration: none;
      word-wrap: normal;
      background-color: #f7f7f7;
    }

      ul.sub-navabt-child li a:hover {
        background: #787878;
        border-bottom: 1px solid #787878;
        color: #fff;
        font-weight: 700;
      }

      ul.sub-navabt-child li a.selected, ul.sub-navabt-child li a.selected:hover {
        background: #08142a;
        border-bottom: 1px solid #787878;
        color: #fff;
        font-weight: 700;
      }

  ul.sub-navabt-child.border-bottom {
    border-bottom: 2px solid #d2d2d2;
  }

  ul.sub-navabt-child li a span {
    color: #636f76;
    font-weight: 700;
  }

  ul.sub-navabt-child li a:hover span {
    color: #fff;
  }

  ul.sub-navabt-child li li a {
    background: url(../images/sub_bullet_black.png) 10px center no-repeat;
    padding-left: 20px;
  }

    ul.sub-navabt-child li li a:hover {
      background: url(../images/sub_bullet_white.png) 10px center no-repeat #e2e2e2;
      padding-left: 20px;
    }

ul.sub-nav-child li.greyed a.greyed {
  color: #222;
  display: block;
  padding: 10px;
  text-decoration: none;
  word-wrap: break-word;
  background-color: #f7f7f7;
}

ul.sub-nav-child li.greyed {
  color: #636f76;
  background-color: #f7f7f7;
}

  ul.sub-nav-child li.greyed a.greyed {
    color: #636f76;
    background-color: #f7f7f7;
    font-weight: normal;
  }

    ul.sub-nav-child li.greyed a.greyed span {
      color: #636f76;
      background-color: #f7f7f7;
    }

    ul.sub-nav-child li.greyed a.greyed:hover span {
      color: #636f76;
      background-color: #f7f7f7;
    }

    ul.sub-nav-child li.greyed a.greyed:hover, ul.sub-nav-child li.greyed a.greyed.selected, ul.sub-nav-child li.greyed a.greyed.selected:hover {
      color: #636f76;
      background-color: #f7f7f7;
    }

    ul.sub-nav-child li.greyed a.greyed span {
      color: #636f76;
      background-color: #f7f7f7;
    }

/* Old Layouts [To be removed if unused]
==================================================================*/
/* Products */
.fund-coverage {
  display: table;
  border-collapse: collapse;
  width: 957px;
}

  .fund-coverage ul {
    border-top: 1px solid #ccc;
    display: table-row;
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .fund-coverage ul li {
      display: table-cell;
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      float: left;
      text-align: center;
      vertical-align: middle;
      width: 238px;
    }

      .fund-coverage ul li.border {
        border-left: 1px solid #ccc;
      }

      .fund-coverage ul li a {
        border: 0;
        display: block;
        padding: 40px 20px;
      }

.fundsearch {
  color: #FF8400;
  font-size: 20px;
  float: right;
  border-bottom: 1px dotted #FF8400;
}

/* Indices: Accordion */
ul#accordion, ul#accordion ul {
  list-style: none;
  margin: 0;
}

ul#accordion {
  border-bottom: 1px solid #000E2E;
}

  ul#accordion li {
    border: 1px solid #000E2E;
    border-bottom: none;
  }

  ul#accordion ul li {
    border: none;
    border-bottom: 1px solid #C2C8D1;
    color: #999;
    padding: 5px 10px;
  }

    ul#accordion ul li:last-child {
      border-bottom: none;
    }

  ul#accordion a.heading {
    background: #F4FFF9;
    color: #999;
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 5px;
    text-decoration: none;
  }

    ul#accordion a.heading:hover {
      background: #00B9D2;
      color: #fff;
    }

  ul#accordion li ul a {
    border-bottom: 1px solid #00B9D2;
    color: #025185;
    text-decoration: none;
  }

    ul#accordion li ul a:hover {
      border-bottom: none;
    }

  ul#accordion li ul .date {
    padding-right: 10px;
  }

  ul#accordion li ul .count {
    padding-left: 10px;
  }

ul#accordion {
  float: left;
  width: 300px;
}

  ul#accordion li {
    float: left;
    width: 298px;
  }

  ul#accordion a.heading {
    width: 298px;
  }

  ul#accordion ul li {
    float: none;
    width: auto;
  }

/* Refine Search */
.refine-wrapper {
  position: relative;
}

.refine {
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  margin-right: 0 !important;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px !important;
  z-index: 9999 !important;
}
/* End Old Layouts [To be removed if unused]
==================================================================*/

/* Table Stylings
***********************************/
.table-column-wrapper {
  width: 100%;
}

.table-column:first-child {
  float: left;
  margin-right: 20px;
  width: 455px;
}

.table-column {
  float: left;
  margin-right: 0;
  width: 455px;
}

.table-column8-wrapper {
  width: 100%;
}

.table-column8:first-child {
  float: left;
  margin-right: 20px;
  width: 455px;
}

.table-column8:last-child {
  float: left;
  margin-left: 20px;
  width: 455px;
}

.table-column8 {
  float: left;
  margin-right: 0;
  width: 455px;
}

/* Table Style 1 */
table.table-style1 {
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style1 thead th:first-child {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style1 thead th {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

  .table-style1 thead th.withdrop-down {
    padding: 0 0px;
  }

  .table-style1 thead th span {
    font-size: 12px;
  }

.table-style1 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table-style1 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table-style1.indices tbody td:first-child {
  text-align: left;
}

.table-style1.indices tbody td {
  text-align: center;
}

.table-style1 tbody td span.positive {
  color: #00a508;
}

.table-style1 tbody td span.negative {
  color: #f40000;
}

table tbody td span.positive {
  color: #00a508;
}

table tbody td span.negative {
  color: #f40000;
}

.table-style1 tbody td.table-vcard:first-child, .table-style1 tbody td.table-vcard {
  background: #edf3fa;
}

.table-vcard .vcard {
  border-bottom: 1px dotted #FF8400;
}

/* Table Style 2 */
table.table-style2 {
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style2 thead th:first-child { /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #fff;
  border-top: 2px solid #18afd9;
  text-align: center;
}

.table-style2 thead th {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-left: 0 none;
  border-right: 1px solid #fff;
  border-top: 2px solid #18afd9;
  text-align: center;
}

.table-style2 tbody td:first-child { /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table-style2 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 5px 5px;
  border-right: 1px solid #e5e5e5;
  border-left: 0 none;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

  .table-style2 tbody td span.positive {
    color: #00a508;
  }

  .table-style2 tbody td span.negative {
    color: #f40000;
  }

/* Table Style 3 */
table.table-style3 {
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style3 th {
  background: #666666;
  font-family: 'Open Sans', sans-serif, Arial;
  color: #fff;
  border-left: 0 none;
  border-right: 1px solid #fff;
}

.table-style3 td {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222; /*padding: 10px 20px;*/
  border-right: 0 none;
  border-left: 0 none;
  background-color: #fff;
}

/*Table Style 4 - Begin Search */
table.table-style4 {
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

  table.table-style4.full-width {
    width: 655px;
  }

  table.table-style4 td {
    border-bottom: 0 none;
    border-left: 0 none;
  }

  table.table-style4 tr:nth-child(even) {
    background: none;
  }

/* Table Style 5 - Search Results */
table.table-style5 {
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.table-style5 thead th:first-child {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.table-style5 thead th:last-child {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}

.table-style5 thead th {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px;
  border-left: 0 none;
  border-right: 1px solid #fff;
  cursor: pointer;
}

.table-style5 tbody td:first-child {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.table-style5 tbody td {
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  border-left: 0 none;
  border-bottom: 1px solid #ccc;
  text-align: left;
  min-width: 140px;
}

.table-style5 tr:nth-child(odd) {
  background: #fff;
}

.table-style5 tr:nth-child(even) {
  background: #e5e5e5;
}

.table-style5 th.header {
  background: url(../images/theader_up.gif) no-repeat right center #666;
}

  .table-style5 th.header.headerSortDown {
    background: url(../images/theader_down.gif) no-repeat right center #666;
    color: #fff;
  }

  .table-style5 th.header.headerSortUp {
    background: url(../images/theader_up.gif) no-repeat right center #666;
  }

/* Table 6 Advanced Search*/
table.table-style6 {
  background-color: #FBFBFB;
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style6 thead th:first-child {
  width: 280px !important;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style6 thead th {
  width: 280px;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style6 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 0 none;
  text-align: left;
}

.table-style6 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none;
  text-align: left;
}

  .table-style6 tbody td input[type="text"] {
    width: 92%;
    background-color: #FFF;
  }

  .table-style6 tbody td select {
    border: 1px solid #aaa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
  }

.minmax_w {
  width: 100px !important;
}

/* Table 7 Register*/
table.table-style7 {
  background-color: #FBFBFB;
  border-spacing: 0;
  border-right: 1px solid #FBFBFB;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style7 thead th:first-child {
  width: 280px !important;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-left: 1px solid #FBFBFB;
  border-right: 0 none;
  border-top: 2px solid #FBFBFB;
}

.table-style7 thead th {
  width: 280px;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #FBFBFB;
}

.table-style7 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-right: 0 none;
  border-left: 1px solid #FBFBFB;
  border-bottom: 1px solid #FBFBFB;
  text-align: left;
}

.table-style7 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #FBFBFB;
  text-align: left;
}

  .table-style7 tbody td input[type="text"] {
    width: 92% !important;
    background-color: #FBFBFB;
  }

  .table-style7 tbody td select {
    border: 1px solid #aaa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
  }

/* Table Style 8 */
table.table-style8 {
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style8 thead th:first-child {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style8 thead th {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

  .table-style8 thead th.withdrop-down {
    padding: 0 20px;
  }

  .table-style8 thead th span {
    font-size: 12px;
  }

.table-style8 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table-style8 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}

.table-style8.indices tbody td:first-child {
  text-align: left;
}

.table-style8.indices tbody td {
  text-align: center;
}

.table-style8 tbody td span.positive {
  color: #00a508;
}

.table-style8 tbody td span.negative {
  color: #f40000;
}

.table-style8 tbody td.table-vcard:first-child, .table-style1 tbody td.table-vcard {
  background: #edf3fa;
}

/* Table 9 Register*/
table.table-style9 {
  width: 35%;
}

.table-style9 tbody td {
  font-family: sans-serif, Arial;
  font-size: 11px;
  color: #fff !important;
  text-align: left;
  border: none !important;
  padding: 5px 0;
  margin-left: 5px;
}

.table-style9 tr td:nth-child(even) {
  background: #fff;
}

/* Table 10 list your fund*/
table.table-style10 {
  background-color: #FBFBFB;
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style10 thead th:first-child {
  width: 280px !important;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px 10px 10px 25px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style10 thead th {
  width: 280px;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px 10px 10px 25px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style10 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 10px 10px 25px;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 0 none !important;
  text-align: left;
}

.table-style10 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 10px 10px 25px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none !important;
  text-align: left;
}

  .table-style10 tbody td input[type="text"] {
    background-color: #FBFBFB;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .table-style10 tbody td select {
    border: 1px solid #aaa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
  }

/* Table 11 list your fund*/
table.table-style11 {
  background-color: #FBFBFB;
  border-spacing: 0;
  border-right: 0 none;
  width: 85%;
  margin: 0;
  padding: 0;
}

.table-style11 thead th:first-child {
  width: 280px !important;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style11 thead th {
  width: 280px;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style11 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 0 !important;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 0 none !important;
  text-align: left;
}

.table-style11 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 0 !important;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none !important;
  text-align: left;
}

  .table-style11 tbody td input[type="text"] {
    background-color: #FBFBFB;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .table-style11 tbody td select {
    border: 1px solid #aaa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
  }

/* Table 12 inside page*/
table.table-style12 {
  background-color: #fff !important;
  border-spacing: 0;
  border-right: 0 none;
  width: 60%;
  margin: 0;
  padding: 5px;
  float: right;
}

.table-style12 tbody td {
  background: #fff;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none !important;
}

/* Table 13 inside page*/
table.table-style13 {
  background-color: #fff !important;
  border-spacing: 0;
  border-right: 0 none;
  width: 60%;
  margin: 0;
  padding: 5px;
  float: right;
}

.table-style13 tbody td {
  background: #fff;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none !important;
}

.table-style13 thead th:first-child {
  width: 280px !important;
  background: #FF8400;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 20px;
  border-left: 1px solid #FF8400;
  border-right: 0 none;
  border-top: 2px solid #FF8400;
}

.table-style13 thead th {
  width: 280px;
  background: #FF8400;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 1px solid #FF8400;
}

/* Table 14 inside page*/
table.table-style14 {
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  background-color: #f2f2f2;
}

.table-style14 thead th:first-child {
  vertical-align: top; /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-left: 2px solid #E5E5E5;
  border-right: 2px solid #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
  border-top: 2px solid #FF8400;
  text-align: left;
}

.table-style14 thead th {
  vertical-align: top;
  background: #f2f2f2;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  border-left: 0 none;
  border-right: 2px solid #E5E5E5;
  border-top: 2px solid #FF8400;
  border-bottom: 2px solid #E5E5E5;
  text-align: left;
}

.table-style14 tbody td:first-child { /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table-style14 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 1px solid #e5e5e5;
  border-left: 0 none;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

table.table-style15 {
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style15 thead th:first-child { /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 5px 10px;
  border-left: 1px solid #d1d1d1;
  text-align: left;
}

.table-style15 thead th {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 5px 10px;
  border-top: 2px solid #18afd9;
  text-align: left;
}

  .table-style15 thead th:last-child {
    border-right: 1px solid #d1d1d1;
  }

.table-style15 tbody td:first-child { /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

.table-style15 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 5px 10px;
  border-left: 0 none;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

  .table-style15 tbody td span.positive {
    color: #00a508;
  }

  .table-style15 tbody td span.negative {
    color: #f40000;
  }

table.table-style16 {
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style16 thead th:first-child {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style16 thead th {
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style16 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  text-align: left;
}

.table-style16 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 20px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

table.table-style17 {
border-spacing: 0;
  border-collapse:collapse;
  border-right: 1px solid #e5e5e5;
  width: 920px;
  margin: 38px;
  padding: 0;
  background-color:#fbfbfb;
  border-bottom: 1px solid #e5e5e5;
}

.table-style17 thead th:first-child {
  vertical-align: top; /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 10px;
  text-align: left;
   border-top: 2px solid #18afd9;

}

.table-style17 thead th {
   background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  padding: 5px;
  border-left: 0 none;
  text-align: center;
   border-top: 2px solid #18afd9;
}

.table-style17 tbody td:first-child { /*background: #1f3343;*/
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
   border-top: 1px solid #e5e5e5;
  text-align: left;

}

.table-style17 tbody td {
  background-color:#fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;

  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-align: left;
 
}
.table-style17 tbody tr {

  text-align: left;
}

table.table-style18 {
  background-color: #FBFBFB;
  border-spacing: 0;
  border-right: 1px solid #e5e5e5;
  width: 270px;
  margin: 0 0 20px 0;
  padding: 0;
}

.table-style18 thead th:first-child {
  width: 280px !important;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px 22px 10px 20px;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style18 thead th {
  width: 280px;
  background: #c4d8e4;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 10px 22px 10px 20px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
}

.table-style18 tbody td:first-child {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 17px 10px 20px;
  border-right: 0 none;
  border-left: 1px solid #e5e5e5;
  border-bottom: 0 none !important;
  text-align: left;
}

.table-style18 tbody td {
  background: #fbfbfb;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  padding: 10px 22px 20px 25px;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none !important;
  text-align: left;
}

  .table-style18 tbody td input[type="text"] {
    background-color: #FBFBFB;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .table-style18 tbody td select {
    border: 1px solid #aaa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
  }

/* Footer
***********************************/
footer {
  background: #000;
  /*height: 60px;*/
  margin-top: 112px;
}

.footer-inside {
  background: #fff !important;
}

/* Footlinks */
.footlinks {
  display: block;
  float: left;
  margin: 0;
  padding: 5px 0;
}

  .footlinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .footlinks ul li {
      display: block;
      float: left;
      margin: 0;
      padding: 0;
    }

      .footlinks ul li a, .footlinks ul li a:hover, .copy a, .copy a:hover {
        border-bottom: 0 none;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin: 0 10px 0 0;
        padding: 5px;
        text-decoration: none;
      }

.footer-inside .footlinks ul li a, .footer-inside .footlinks ul li a:hover, .footer-inside .copy a, .footer-inside .copy a:hover {
  border-bottom: 0 none;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin: 0 10px 0 0;
  padding: 5px;
  text-decoration: none;
}

/* Copyright */
.copy {
  color: #fff;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 300;
}

.footer-inside .copy {
  color: #000;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 300;
}

a [type=""]:hover {
  text-decoration: none;
}

/* Others
***********************************/
/* Margin Modifiers */
.mtop0 {
  margin-top: 0px !important;
}

.mtop10 {
  margin-top: 10px;
}

.mtop15 {
  margin-top: 15px;
}

.mtop20 {
  margin-top: 20px;
}

.mtop30 {
  margin-top: 30px;
}

.mtop40 {
  margin-top: 40px;
}

.mbot0 {
  margin-bottom: 0px !important;
}

.mbot10 {
  margin-bottom: 10px;
}

.mbot20 {
  margin-bottom: 20px;
}

.mbot30 {
  margin-bottom: 30px;
}

.mbot40 {
  margin-bottom: 40px;
}

.mleft0 {
  margin-left: 0px !important;
}

.mleft10 {
  margin-left: 10px;
}

.mleft20 {
  margin-left: 20px;
}

.mleft30 {
  margin-left: 30px;
}

.mleft40 {
  margin-left: 40px;
}

.mleft900 {
  margin-left: 910px;
  padding-top: 5px;
}

.mright0 {
  margin-right: 0px !important;
}

.mright5 {
  margin-right: 5px;
}

.mright10 {
  margin-right: 10px;
}

.mright20 {
  margin-right: 20px;
}

.mright30 {
  margin-right: 30px;
}

.mright40 {
  margin-right: 40px;
}

/* Padding Modifiers */
.ptop0 {
  padding-top: 0px !important;
}

.ptop10 {
  padding-top: 10px;
}

.ptop15 {
  padding-top: 15px;
}

.ptop20 {
  padding-top: 20px;
}

.ptop30 {
  padding-top: 30px;
}

.ptop40 {
  padding-top: 40px;
}

.ptop50 {
  padding-top: 50px;
}

.ptop60 {
  padding-top: 60px;
}

.ptop70 {
  padding-top: 70px;
}

.pbot0 {
  padding-bottom: 0px !important;
}

.pbot10 {
  padding-bottom: 10px;
}

.pbot20 {
  padding-bottom: 20px;
}

.pbot30 {
  padding-bottom: 30px;
}

.pbot40 {
  padding-bottom: 40px;
}

.pleft0 {
  padding-left: 0px !important;
}

.pleft10 {
  padding-left: 10px;
}

.pleft20 {
  padding-left: 20px;
}

.pleft30 {
  padding-left: 30px;
}

.pleft40 {
  padding-left: 40px;
}

.pleft50 {
  padding-left: 50px;
}

.pleft60 {
  padding-left: 60px;
}

.pright0 {
  padding-right: 0px !important;
}

.pright10 {
  padding-right: 10px;
}

.pright20 {
  padding-right: 20px;
}

.pright28 {
  padding-right: 28px;
}

.pright30 {
  padding-right: 30px;
}

.pright40 {
  padding-right: 40px;
}

.pright50 {
  padding-right: 50px;
}

.pright60 {
  padding-right: 60px;
}

.column {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

  .column.last {
    margin-right: 0;
  }

.container-twelve {
  margin: 0 auto;
  position: relative;
  width: 1140px;
}

  .container-twelve.last {
    padding-bottom: 20px;
  }

.container-eleven {
  margin: 0 auto;
  position: relative;
  width: 1050px;
}

.container-eight {
  margin: 0 auto;
  position: relative;
  width: 760px;
}

.row {
  margin-bottom: 20px;
}

.shadow {
  background: url(../images/border.jpg) no-repeat bottom center;
  padding-bottom: 12px;
}

.insideshadow {
  background: url("../images/border.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  padding-bottom: 8px;
}

.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.one {
  width: 75px;
}

.two {
  width: 170px;
}

.three {
  width: 265px;
}

.four {
  width: 360px;
}

.five {
  width: 455px;
}

.six {
  width: 550px;
}

.seven {
  width: 645px;
}

.eight {
  width: 740px;
}

.nine {
  width: 835px;
}

.ten {
  width: 930px;
}

.eleven {
  width: 1025px;
}

.twelve {
  width: 1120px;
}

.pull-left {
  text-align: left !important;
}

.pull-center {
  text-align: center !important;
}

.pull-right {
  text-align: right !important;
}

.pull-justify {
  text-align: justify !important;
}


.fleft {
  float: left;
}

.fright {
  float: right;
}
  .product-white-bottomLink {
    border-bottom: 1px dotted #fff;
  }
.normal {
  font-weight: normal;
}

.minht50 {
  min-height: 50px;
}

.valigntop {
  vertical-align: top;
}

.width50 {
  margin: 0 auto;
  width: 50%;
}

.div-center {
  margin: 0 auto !important;
  float: none !important;
  display: block !important;
}
.div-left {
  float: none !important;
  display: block !important;
}
.no-space-footer {
  margin-bottom: -60px;
}

.no-color {
  background: 0 none !important;
}

.no-border {
  border: 0 none !important;
}

.seperator-pxl-horizontal {
  background: url(../images/pxl_blue.gif) top center repeat-y;
}

.div-gray {
  background: #eaeaea;
  border-top: 1px solid #FF8400;
}

.div-blue {
  background: #202b3f;
  color: #fff !important;
}

.div-blue2 {
  background: #202b3f;
  color: #fff !important;
}

.div-bottom-border {
  border-bottom: 1px solid #FF8400;
}

.div-top-border {
  border-top: 1px solid #ccc;
}

.map-bg {
  background: url(../images/bg_map.jpg) center center no-repeat;
  min-height: 450px;
  position: relative;
}

.map-overlay {
  background: url(../images/map_overlay.png) left center no-repeat;
  height: 90px;
  bottom: -10px;
  position: absolute;
  z-index: 100;
  width: 100%;
}

.blue-header {
  background: url(../images/blue_header.png) center center no-repeat;
  height: 109px;
}

/* jQuery UI
***********************************/
/* Chosen Overwrite Styling
.benchmark-dropdown .chosen-container, .benchmark-dropdown  .chosen-container-single .chosen-default {color: #000; font-size: 14px;}
.benchmark-dropdown .chosen-container-single .chosen-single {background: #fff!important; border-radius: 0; height: auto; padding: 5px}
.benchmark-dropdown .chosen-container-active.chosen-with-drop .chosen-single {background: #fff!important;}
.benchmark-dropdown .chosen-container-single .chosen-drop {border-radius: 0; margin-top: 0;}
.benchmark-dropdown .chosen-container-single .chosen-single div {width: 40px;}
.benchmark-dropdown .chosen-container-single .chosen-single div b {background: url(../images/icon_benchmark_dropdown.png) 0 0 no-repeat;}
.benchmark-dropdown .chosen-container-active.chosen-with-drop .chosen-single div b {background: url(../images/icon_benchmark_dropup.png) 0 0 no-repeat;}
.benchmark-dropdown .chosen-container .chosen-results {margin: 0; padding: 0;}*/

.arrowleft:after {
  content: '\2190';
}

input:focus /*select:focus,textarea:focus,button:focus*/ {
  border: 1px solid #5897FB /*#316cca*/;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.style2 {
  color: #FF0000;
}

.color1 {
  background-color: #e59b22;
}

.color2 {
  background-color: #d87227;
}

.color3 {
  background-color: #d0343f;
}

.color4 {
  background-color: #a6315d;
}

.color5 {
  background-color: #734488;
}

.color6 {
  background-color: #3868a6;
}

.color7 {
  background-color: #449c76;
}

.color8 {
  background-color: #7aa64d;
}

.color9 {
  background-color: #2d3e50;
}

.color10 {
  background-color: #687677;
}

.color11 {
  background-color: #ffffff;
}

/*Preferences page dots*/
#activedot {
  background-color: #18990B;
  height: 12px;
  margin: 0;
  padding: 0;
  width: 12px;
}

#inactivedot {
  background-color: red;
  height: 12px;
  margin: 0;
  padding: 0;
  width: 12px;
}

.circle {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}

#begin-search-count {
  width: 201px;
  position: absolute;
  padding-top: 9px;
  padding-left: 8px;
  padding-right: 6px;
  padding-bottom: 11px;
  left: 81%;
  z-index: 200;
  font-size: 19px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
}

  #begin-search-count span {
    font-size: .9em !important;
  }

input[type=checkbox] {
  visibility: hidden;
}

/* .checkboxsearch {
  width: 100px; /*margin: 20px 100px;*/
 /* position: relative;
}*/
.checkboxsearch {
  width: 100px; /*margin: 20px 100px;*/
  position: relative;
  margin-left: -8px;
  margin-top: -8px;
}

.checkboxsearchmargin {
  margin-left: 13px;
  padding-top: 8px;
}

.checkboxsearch label {
  cursor: pointer;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
}

  .checkboxsearch label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px; /*background: transparent;*/
    top: 5px;
    left: 5px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

.checkboxFiveInput {
  margin-left: 25px;
}

.checkboxsearch label:hover::after {
  opacity: 0.5;
}

.checkboxsearch input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.checkboxsearch input[type=checkbox]:disabled + label:after {
  opacity: 0;
}

.checkboxsearch .checkboxsearchmargin {
  padding-left: 10px;
}

/*browse funds*/
.tabs {
  position: relative;
  min-height: 211px; /* This part sucks */
  clear: both;
  margin: 25px 0;
}

.tab {
  float: left;
}

  .tab label {
    background: #eee;
    padding: 9px 7px 9px 7px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    margin-right: 7px;
    cursor: pointer;
  }

  .tab input[type=radio] {
    display: none;
  }

.content {
  position: absolute;
  top: 28px;
  left: 0;
  background: #FFF;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc;
  overflow: auto;
}

input[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}

  input[type=radio]:checked ~ label ~ .content {
    z-index: 1;
  }

#browse-all-funds {
  width: 201px;
  position: absolute;
  padding-top: 12px;
  left: 80%;
  top: 48%;
  z-index: 200;
  font-size: 19px;
}

  #browse-all-funds span {
    font-size: .9em !important;
  }

#browse-all-funds1 {
  width: 201px;
  position: absolute;
  padding-top: 12px;
  left: 80%;
  top: 84%;
  z-index: 200;
  font-size: 19px;
}

  #browse-all-funds1 span {
    font-size: .9em !important;
  }

label.tab-selected {
  background: white;
  border-bottom: 1px solid white;
  z-index: 2;
}

.align-right {
  text-align: right;
}

.custom-orange-bg1 {
  border-top: 2px solid #FF8400;
}

tbody td {
  border-left: 0 none;
}

.no-border-bottom-on-hover:hover {
  border-bottom: 1px solid #d2d2d2 !important;
}

/* ---------------------------------------------------------------------------
    VALIDATION ERROR LAYOUT
   --------------------------------------------------------------------------- */

.field-validation-error {
  color: #f31d1d;
}


/* ---------------------------------------------------------------------------
    COMPARE FUNDS LAYOUT
   --------------------------------------------------------------------------- */
.TableScroll {
  display: inline-block;
  margin-bottom: 20px;
}

  .TableScroll .fixedTable table tr td {
    background-color: #FBFBFB;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    font-family: 'Open Sans',sans-serif,Arial;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
  }

  .TableScroll .fixedTable {
    border-right: 1px solid #e5e5e5;
  }

  .TableScroll .fixedColumn table tr td {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }

  .TableScroll .fixedHead table tr td {
    background: none repeat scroll 0 0 #c4d8e4;
    border-left: 1px solid #e5e5e5;
    border-right: 0 none;
    border-top: 2px solid #18afd9;
    color: #222;
    font-family: 'Open Sans',sans-serif,Arial;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px;
    text-align: center;
  }

  .TableScroll .fixedColumn .fixedTable table tr td {
    background-color: #EEEEEE;
  }

  .TableScroll .fixedColumn .fixedHead table tr td {
    background-color: #7ECAEC;
  }

  .TableScroll .fixedContainer .fixedTable table tr td {
    border-right: 1px solid #F2F2F2;
  }

table.table-nobackground tr:nth-child(2n),
table.table-nobackground tr td {
  border: none !important;
  background: none !important;
}

.highcharts-range-selector:focus {
  font-size: 12px !important;
  padding: 0px 5px !important;
}

/* ---------------------------------------------------------------------------
    NEWS AND ARTICLES ARCHIVE LAYOUT
   --------------------------------------------------------------------------- */

#id_archive_news_select_chosen .chosen-single span {
  text-align: left;
  font-size: 18px;
}

#id_archive_news_select_chosen .chosen-drop ul li {
  text-align: left;
  font-size: 18px;
}


/* ---------------------------------------------------------------------------
    NEWS AND ARTICLES LAYOUT
   --------------------------------------------------------------------------- */
.article-news-content .content-author {
  color: #999999;
  font-size: 12px;
}

.article-news-content .text-center {
  text-align: center;
}

.article-news-content .text-left {
  text-align: left;
}

.article-news-content .text-right {
  text-align: right;
}

.article-news-content .text-top {
  vertical-align: top;
}

.article-news-content table tbody tr td { /*border-bottom: none;*/
  text-align: justify;
}
  /*.article-news-content table tbody tr td p{ margin-bottom: 0px;  text-align: justify; } */
  .article-news-content table tbody tr td.column-text {
    width: 70%;
  }

  .article-news-content table tbody tr td.column-number {
    width: 30%;
  }

  .article-news-content table tbody tr td.header {
    background-color: #295791;
    color: #FFFFFF;
  }

  .article-news-content table tbody tr td.odd {
    background-color: #F3F3F3;
  }

  .article-news-content table tbody tr td.even {
    background-color: #DAE5F3;
  }

  .article-news-content table tbody tr td.red {
    color: #FD0002;
  }

.article-news-content table tbody td, .article-news-content table tbody th {
  border-bottom: none;
}

.article-news-content table.table-style1 tbody td, .article-news-content table.table-style1 tbody th,
.article-news-content table.table-style2 tbody td, .article-news-content table.table-style2 tbody th {
  border-bottom: 1px solid #e5e5e5;
}

.article-news-content table tr:nth-child(2n) {
  background: none;
}

.article-news-content .v10 {
  font-size: 12px;
}

.article-news-content .news-social-icons {
  width: 100%;
  text-align: right;
  display: inline-block;
}

  .article-news-content .news-social-icons table {
    height: 25px;
    width: 80px;
    float: right;
  }

    .article-news-content .news-social-icons table tr td, .article-news-content .news-social-icons table tr th {
      border: none;
      padding: 0px;
    }

.article-news-content ul {
  margin-left: 25px;
}

ptop40 .article-news-content ol {
  padding-left: 25px;
}

.article-news-content .pb-15 {
  padding-bottom: 15px;
}

.article-news-content .style1, .article-news-content .style1 em, .article-news-content .style2, .article-news-content .style3, .article-news-content .style9 {
  font-weight: normal;
  font-size: 12px;
}

.article-news-content .style2 {
  color: #000000;
}

.article-news-content .style4 { /*color: #3399FF;*/
}

.article-news-content .style5 {
  font-weight: bold;
  font-style: italic;
}

.article-news-content .v10 em {
  font-weight: normal;
}

.article-news-content .table-nostyle tr:nth-child(2n) {
  background: none;
}

.article-news-content ul ul li {
  background: none;
  padding: 0;
}

.article-news-content ul {
  list-style: none outside none;
  margin-left: 25px;
  padding-left: 0;
}

  .article-news-content ul li, .article-news-content ul li ul li {
    background-image: url("../images/icon_bullet.gif");
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }

.article-news-content ol li {
  padding-bottom: 10px;
}

  .article-news-content ul li:last-child, .article-news-content ol li:last-child {
    padding-bottom: 15px;
  }

  .article-news-content ul li p, .article-news-content ol li p, .article-news-content ul li ul li p {
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .article-news-content ul li:first-child, .article-news-content ol li:first-child {
    padding-top: 0px;
  }
/*.article-news-content .eh-report-img { background:#fff url('../images/eh_report1.jpg') no-repeat center center; background-size: contain; height: 260px; }*/
.article-news-content ul li.bg-none {
  background: none;
}

.article-news-content a {
  border-bottom: none;
}

.article-news-content .content_title {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.article-news-content .content_title2 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}

.article-news-content .content_heading {
  font-weight: bold;
}

/*Fundranking*/
.content_bigtitle {
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  color: #295791;
}

.content_charttitle {
  font-family: sans-serif;
  font-size: 16px;
  color: #274b6d;
  font-weight: bold;
}

#navcontainer {
  margin: 20px 0 0 0;
  padding: 20px 0 20px 0;
  display: inline-block;
}

  #navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
    line-height: 2;
    text-align: center;
  }

    #navcontainer ul li {
      display: inline-block;
    }

      #navcontainer ul li a {
        text-decoration: none;
        padding: .2em 1em;
        color: #fff;
        background-color: #08142a;
      }

        #navcontainer ul li a:hover {
          color: #000;
          background-color: #d0e4f2;
        }

        #navcontainer ul li a.selected {
          color: #000;
          background-color: #d0e4f2;
        }

.fund_rank_txt {
  font-family: sans-serif, Arial;
  font-size: 12px;
  color: black;
  font-weight: normal;
}

/* for EH Report Page*/
#navcontainerreport {
  margin: 20px 0 0 0;
  display: inline-block;
}

  #navcontainerreport ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }

    #navcontainerreport ul li {
      display: inline-block;
    }

        #navcontainerreport ul li a {
            text-decoration: none;
            color: #0069dc;
            font-size:12px;
        }

        #navcontainerreport ul li a:hover {
          font-weight: normal;
        }

        #navcontainerreport ul li a.selected {
          font-weight: bold;
          border-bottom: none;
        }

.watermark {
  display: none;
}

.contacttable {
  display: none;
}

.favlink img {
  display: none;
}

.favlink hover img {
  display: block;
}

.search-loading {
  background: #fff url('../images/ajax-loader.gif') no-repeat center center;
  background-size: contain;
  height: 15px;
  width: 100%;
  position: relative;
  z-index: 1000;
  top: 50%;
  margin: 20px 0;
}

/* SIGN-IN BOX */
.button-signin {
  /*background: linear-gradient(to bottom, #7db9e8 0%, #1e5799 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /* replaced below for IE issues*/
  border-bottom: 0 none;
  box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.75);
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  height: 20px;
  width: 75px;
  /*for IE 9 issue*/
  background: #fff;
  background: -moz-linear-gradient(#7db9e8, #1e5799);
  background: -webkit-linear-gradient(#7db9e8, #1e5799);
  background: -o-linear-gradient(#7db9e8, #1e5799);
  background: -ms-linear-gradient(#7db9e8, #1e5799); /*For IE10*/
  background: linear-gradient(#7db9e8, #1e5799);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7db9e8', endColorstr='#1e5799'); /*For IE7-8-9*/
}

  .button-signin span {
    background: url("../images/hp_button_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    font-size: 14px;
    height: 20px;
    margin-right: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
    text-decoration: none;
    /*text-shadow: 0 1px 0 rgba(150, 150, 150, 1);*/
    width: 60px;
  }

button.button-signin {
  border: 0;
  height: 30px;
  width: 87px;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
}

.white-link {
  width: 100%;
}

  .white-link ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    .white-link ul li {
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0;
    }

      .white-link ul li:last-child {
        float: right;
      }

      .white-link ul li a span {
        margin: 0 !important;
      }


/************************for masked text - begin*******************************/

.mask-text {
  color: rgba(0, 0, 0, 0) !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

/************************for masked text - end*******************************/


/* AUTOCOMPLETE */
.fund-search .chosen-container-single {
  text-align: left;
}

  .fund-search .chosen-container-single .chosen-single {
    padding: 4px 12px;
    border: 2px solid #006699;
  }

    .fund-search .chosen-container-single .chosen-single div {
      margin-top: 8px;
    }

.fund-search .chosen-drop .chosen-search input {
  width: 99%;
  border: 1px solid #006699;
}

.fund-search .chosen-drop {
  margin-top: -2px;
  border: 2px solid #006699;
  border-top: 0;
}

.fund-search input:focus {
  border: 1px solid #006699;
  padding: 16px 12px;
}

.ac_results .chosen-container {
  width: 100%;
}

  .ac_results .chosen-container .chosen-drop {
    border: 1px solid #006699;
    border-top: 0;
  }
/*.chosen-container input.autocomplete { width: 233px; height: 28px; text-overflow: ellipsis; color: #444; }*/
.chosen-container input.autocomplete {
  width: 226px;
  height: 40px;
  text-overflow: ellipsis;
  color: #444;
  padding: 10px 5px;
  
}

  .chosen-container input.autocomplete:focus {
    border: 1px solid #006699;
  }
/* END */


/******************************for pagination******************************************/

.pagination ul li {
  padding-left: 0;
}

.pagination {
  text-align: center;
}

/******************************for pagination - end************************************/


/******************************** for NON-LOGIN ****************************************/
.non-login {
  margin-bottom: 20px;
}

.non-login-two-column {
  width: 235px;
  float: left;
  margin-right: 10px;
}

.non-login-box {
  background-color: #2C65A4;
}

.non-login-form {
  border: 5px solid #2C65A4;
  background-color: white;
}

  .non-login-form label {
    display: block;
    float: none;
    margin: 10px 0 6px 6px;
  }

  .non-login-form input {
    margin: 0 0 6px 6px;
    width: 96%;
  }

#non-login-signin {
  margin: 0 0 6px 6px;
  width: 89%;
}

.non-login-forgot-password {
  padding: 5px;
  text-align: center;
}


  .non-login-forgot-password a {
    color: white;
  }

.non-login-register-box {
  border: 1px solid #2C65A4;
  background-color: white;
  padding: 10px;
  height: 228px;
  position: relative;
}

.non-login-register-btn-container {
  position: absolute;
  bottom: 10px;
}

.non-login-button {
  /*background: linear-gradient(to bottom, #7db9e8 0%, #1e5799 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /* replaced below for IE issues*/
  border-bottom: 0 none;
  box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.75);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 20px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  /*for IE 9 issue*/
  background: #fff;
  background: -moz-linear-gradient(#7db9e8, #1e5799);
  background: -webkit-linear-gradient(#7db9e8, #1e5799);
  background: -o-linear-gradient(#7db9e8, #1e5799);
  background: -ms-linear-gradient(#7db9e8, #1e5799); /*For IE10*/
  background: linear-gradient(#7db9e8, #1e5799);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7db9e8', endColorstr='#1e5799'); /*For IE7-8-9*/
}

#non-login-btn {
    margin: 0 0 10px 6px;
    padding: 10px 0;
    width: 215px;
    height: 40px;
}

#non-login-register-btn {
  margin: 5px;
  padding: 10px 15px;
  width: 172px;
}

input.placeholder_required::-webkit-input-placeholder {
  color: #999;
  font-family: sans-serif;
  font-size: 41px;
  line-height: 32px;
  opacity: 0.9 !important;
  text-align: right;
}

input.placeholder_required::-moz-placeholder {
  color: #999;
  font-family: sans-serif;
  font-size: 41px;
  line-height: 32px;
  opacity: 0.9 !important;
  text-align: right;
}

input.placeholder_required:-moz-placeholder {
  color: #999;
  font-family: sans-serif;
  font-size: 41px;
  line-height: 32px;
  opacity: 0.9 !important;
  text-align: right;
}

input.placeholder_required:focus::-webkit-input-placeholder {
  color: transparent;
}

input.placeholder_required:focus::-moz-placeholder {
  color: transparent;
}

input.placeholder_required:focus:-moz-placeholder {
  color: transparent;
}

/******************************** for NON-LOGIN end ****************************************/


/************for register page*************************************************/

.register-reset-button {
  /*background: linear-gradient(to bottom, #7db9e8 0%, #1e5799 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/ /* replaced below for IE issues*/
  border-bottom: 0 none;
  box-shadow: 0 2px 1px 0 rgba(50, 50, 50, 0.75);
  color: #fff;
  cursor: pointer;
  display: block;
  height: 20px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  width: 75px;
  /*for IE 9 issue*/
  background: #fff;
  background: -moz-linear-gradient(#7db9e8, #1e5799);
  background: -webkit-linear-gradient(#7db9e8, #1e5799);
  background: -o-linear-gradient(#7db9e8, #1e5799);
  background: -ms-linear-gradient(#7db9e8, #1e5799); /*For IE10*/
  background: linear-gradient(#7db9e8, #1e5799);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7db9e8', endColorstr='#1e5799'); /*For IE7-8-9*/
}


/************for register page end*************************************************/


.popup-modal input {
  visibility: visible;
}

.popup-modal ul li {
  display: block;
}

  .popup-modal ul li input {
    width: auto !important;
    margin-right: 10px;
  }

.popup-modal .custom-column-list {
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #E7E7E7;
}



/**************clear autocomplete placeholder begin************************************/

input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */

/**************clear autocomplete placeholder end************************************/

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blur-text {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 5px rgba(0,0,0,0.7);
  zoom: 1;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,ShadowOpacity=0.70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,ShadowOpacity=0.70)";
}


/****** for Eureka Table Sorter ******/

.eh-tblsort-head {
  background: none repeat scroll 0 0 #c4d8e4 !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  border-left: 1px solid #e5e5e5 !important;
  padding: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px !important;
  text-align: left !important;
}

  .eh-tblsort-head div.resizeDiv {
    cursor: col-resize;
    margin: -5px -10px -5px 0;
    height: 34px;
    display: inline;
    overflow: hidden;
    float: right;
  }

  .eh-tblsort-head div.sortDiv {
    width: 16px;
    height: 20px;
    overflow: hidden;
    display: inline;
    position: relative;
    float: right;
  }

  .eh-tblsort-head div.wrapDiv {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    font-weight: 100;
  }


.eureka-tablesorter-btn-sort {
  background-color: transparent;
  background-position: 0 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  width: 16px;
}

.eureka-tablesorter-resizer {
  position: absolute;
  height: 100%;
  width: 10px;
  right: -25px;
  top: 0px;
  cursor: w-resize;
  z-index: 10;
}

.eureka-tablesorter-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.eureka-tablesorter-unsorted {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) !important;
}

.eureka-tablesorter-asc {
  background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7") !important;
}

.eureka-tablesorter-desc {
  background-image: url("data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7") !important;
}

/****** for Eureka Table Sorter end ******/




/******************for Fund Launches And Closures - BEGIN*********************************************/

.tbl-flac-header {
  background: none repeat scroll 0 0 #c4d8e4 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 0 none !important;
  border-top: 2px solid #18afd9 !important;
  color: #222 !important;
  font-family: 'Open Sans',sans-serif,Arial !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 10px 10px !important;
}

.flac-country {
  background-color: #18afd9 !important;
  color: #FFFFFF !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-align: center !important;
}

.flac-type {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #295791 !important;
  font-size: 24px !important;
}

/*******************for Fund Launches And Closures - END********************************************/

.filter-values-row {
  color: #666 !important;
  font-size: 11px !important;
  padding-top: 0px !important;
}

.table-envelope {
  background-color: #fff;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 712px;
}

table.table-envelope td {
  padding: 0;
  border: 0 none;
  font-weight: normal;
  background: white;
}

  table.table-envelope td:nth-child(3) {
    text-align: right;
  }


/*******************for advance search inception date calendar - BEGIN********************************************/

.ui-datepicker-calendar {
  display: none;
}

/*******************for advance search inception date calendar - END********************************************/


.green-streamer {
  background-color: #15a83a;
  color: #ffffff;
  font-size: 22px;
  height: 57px;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  top: 166px;
  width: 100%;
  border-bottom: 3px solid #17992C;
  z-index: 2;
  font-family: "Source Sans Pro",sans-serif,Arial;
}

  .green-streamer a {
    cursor: pointer;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  .orange-streamer {
  background-color: #f72e2e;
  color: #ffffff;
  /*font-size: 22px;*/
  height: 13px;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  /*top: 166px;*/
  width: 100%;
  border-bottom: 3px solid #f72e2e;
  z-index: 2;
  font-family: "Source Sans Pro",sans-serif,Arial;
}

  .orange-streamer a {
    cursor: pointer;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }

/*------------------------------- Fund Mapping ------------------------------------*/
#map {
  height: 100%;
}

.map-container {
  width: 100%;
  height: 500px;
  position: relative;
  border: 5px solid #D9D9D9;
}

.marker-info-window {
  min-height: 80px;
}

  .marker-info-window a {
    font-size: 13px;
    border: 1px dotted #0069dc;
    border-top: none;
    /* border-left: none;*/
    border-right: none;
    padding-left: 5px;
    margin-left: -10px;
  }

  .marker-info-window .info-content {
    width: 300px;
  }

    .marker-info-window .info-content tr:nth-child(2n) {
      background: none;
    }

    .marker-info-window .info-content tr td {
      border-bottom: 2px solid #FFFFFF;
      padding: 5px;
    }

      .marker-info-window .info-content tr td:first-child {
        /*background-color: #F4F3F0;*/
      }

    .marker-info-window .info-content tr, .marker-info-window .info-content td {
      font-weight: inherit;
    }

.test {
  padding: 2px 0;
}

table.eh-fixed-table {
  table-layout: fixed;
  width: 100%;
  *margin-left: -100px; /*ie7*/
}

  table.eh-fixed-table tr {
    background: none;
  }

  table.eh-fixed-table td, table.eh-fixed-table th {
    vertical-align: top;
    border-top: 1px solid #ccc;
    width: 319px;
    background-color: #fbfbfb;
  }

  table.eh-fixed-table tr th:first-child {
    position: absolute;
    *position: relative; /*ie7*/
    left: 0;
    width: 230px;
    text-align: left;
    margin-top: -1px;
    border-bottom: 0 none;
    padding-right: 13px;
  }

  table.eh-fixed-table tr th:first-child {
    background-color: #eeeeee;
  }

  table.eh-fixed-table tr:first-child th {
    background: none repeat scroll 0 0 #c4d8e4;
    border-left: 1px solid #e5e5e5;
    border-top: 2px solid #18afd9;
    font-family: "Open Sans",sans-serif,Arial;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  /*table.eh-fixed-table tr:first-child  th:first-child {
  background-color: #7ecaec;
}*/

  table.eh-fixed-table tr.section th {
    background-color: #7ECAEC;
  }

div.eh-fixed-table-outer {
  position: relative;
}

div.eh-fixed-table-inner {
  overflow-x: auto;
  overflow-y: visible;
  width: 680px;
  margin-left: 253px;
}

table.tablesorter thead {
  background: none repeat scroll 0 0 #666;
  background-color: #666;
  border-collapse: collapse;
  color: #fff;
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 14px;
  font-weight: 400;
}


table.tablesorter {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fff;
  border-color: #cdcdcd;
  border-image: none;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: left;
  width: 100%;
  table-layout: fixed;
}

.ehsearchtable-th {
  border-right: 1px solid #d1cdc4;
  border-left: 1px solid #d1cdc4;
  position: relative;
}

.ehsearchtable-resize-span {
  cursor: col-resize;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
}

.ehsearchtable-resize-mark {
  display: none;
  background-color: #777;
  border: 0 none;
  cursor: col-resize;
  overflow: hidden;
  position: absolute;
  z-index: 999999999;
  width: 2px;
  top: 0px;
  height: 200px;
}

table.tablesorter tbody tr.odd td {
  background-color: #fff;
}

table.tablesorter tbody tr.even td {
  background-color: #e5e5e5;
}

table.tablesorter th, table.tablesorter td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #cdcdcd;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 45px;
}

table.tablesorter thead th {
  padding-right: 23px;
}


.sorter-icons-container {
  float: right;
  width: 16px;
}

.icon-sorter-default {
  width: 0;
  height: 0 !important;
  position: absolute !important;
}

  .icon-sorter-default:hover {
    border-top-color: orange;
    border-bottom-color: orange;
    cursor: pointer;
  }

.icon-arrow-down {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFF;
  top: 10px;
}

.icon-arrow-up {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFF;
}

.icon-sorter-active {
  width: 0;
  height: 0 !important;
  position: absolute !important;
  border-top-color: orange;
  border-bottom-color: orange;
}

  .icon-sorter-active :hover {
    cursor: default;
  }


/* for begin search directory rights  */

ul.directory {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

  ul.directory li {
    float: left;
    display: inline;
    padding-left: 0px;
    margin-top: 10px;
  }

    ul.directory li .checkboxsearch {
      float: right;
    }

#double li {
  width: 50%;
}

span.company-name-button, span.fund-name-button {
  padding: 10px;
  display: block;
}


ul.company-fund-names {
  margin-left: 20px;
  display: none;
}

  ul.company-fund-names li {
    padding: 10px;
    margin: 0;
  }

.collapsible-header-down {
  background: url("../images/sub_accordion_down_dark.png") no-repeat scroll 96% center #c4d8e4 !important;
}

.collapsible-header-up {
  background: url("../images/sub_accordion_up_dark.png") no-repeat scroll 96% center #c4d8e4 !important;
}

/******login checkbox*******/
div.smallcheckbox input[type="checkbox"] {
  display: none;
}

div.smallcheckbox {
  margin: -6px 0 12px 0;
}

  div.smallcheckbox input[type="checkbox"] ~ label:before {
    background-color: white;
    border: 1px solid #ccc;
    content: "";
    display: inline-block;
    margin: -6px 6px 0 0;
    line-height: 16px;
    vertical-align: middle;
    text-align: center;
    height: 16px;
    width: 16px;
  }

  div.smallcheckbox input[type="checkbox"]:checked ~ label:before {
    content: "\2713";
  }

.no-border-bottom {
  border-bottom: none;
}

/***************Fund Ranking***********************************/

.fund-ranking-charts tr.norowbreak {
  page-break-inside: avoid;
  page-break-after: avoid;
  page-break-before: auto;
}

table.nobreak {
  page-break-inside: avoid;
  page-break-after: auto;
}



/***************search results action menu***************************************/

ul.search-result-menu li {
  background: url(../images/icon_contact.png) no-repeat right;
  font-weight: bold;
  float: left;
  zoom: 1;
  color: #08142a;
}

ul.search-result-menu a {
  border: 0;
}

ul.search-result-menu li a {
  display: block;
  padding: 17px 33px;
}

ul.search-result-menu li:last-child a {
  border-right: none;
}
/* Doesn't work in IE */
ul.search-result-menu li:hover {
  color: #0069dc;
  position: relative;
}

ul.search-result-menu ul {
  list-style: none;
  margin: 0 0 0 -40px;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 239px;
  z-index: 100;
}

  ul.search-result-menu ul li {
    background: #f7f7f7;
    color: #fff;
    float: none;
    font-weight: 400;
  }

    ul.search-result-menu ul li a {
      background-color: #fff;
      text-decoration: none;
      width: 200px;
    }

      ul.search-result-menu ul li a:hover {
        color: #fff;
        background-color: #959391;
      }

  ul.search-result-menu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    left: 100%;
    top: 0;
  }

ul.search-result-menu li:hover > ul {
  visibility: visible;
}


/********************contributor loader page***********************************/

#loader {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: .9;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}

#img-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  text-align: center;
  z-index: 600;
  overflow: auto;
}

.contri-aum {
  border-bottom: none !important;
}

/*****************************for fund profile notes***************************************/

#txtFundNotes {
  width: 912px;
  height: 234px;
  resize: none;
  color: #222;
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  border: 1px solid #e5e5e5;
}


  #txtFundNotes:focus {
    outline: none;
  }

.div-header {
  background: #c4d8e4 none repeat scroll 0 0;
  border-left: 1px solid #e5e5e5;
  border-right: 0 none;
  border-top: 2px solid #18afd9;
  color: #222;
  font-family: "Open Sans",sans-serif,Arial;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
}

/*************************Fund Listing Add textbox and File Upload********************************/
div.plusicon {
  position: absolute;
  display: block;
  float: left;
  margin-top: -40px;
  margin-left: 290px;
}

div.uploadfile {
  float: left;
  position: relative;
}

.upload {
  width: 190px;
  background-color: #FBFBFB;
  -webkit-box-shadow: 1px 1px 5px 5px #FBFBFB;
  -moz-box-shadow: 1px 1px 5px 5px #FBFBFB;
  box-shadow: 1px 1px 5px 5px #FBFBFB;
  border: none;
  margin-left: -10px;
}

  .upload::-webkit-file-upload-button {
    visibility: hidden;
  }

  .upload::before {
    content: '+Add Files..';
    display: inline-block;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: normal;
    font-size: 10pt;
  }

/********************for news tags********************/

.button {
  display: inline;
  width: 150px !important;
  height: 15px !important;
  padding: 5px;
  text-align: center;
  border: hidden;
  font-family: 'Open Sans',sans-serif,Arial;
  font-size: 12px;
}


.button input[type="submit"]{
   background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#7db9e8 0,#1e5799 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#7db9e8),color-stop(100%,#1e5799));
  background: -webkit-linear-gradient(top,#7db9e8 0,#1e5799 100%);
  background: -o-linear-gradient(top,#7db9e8 0,#1e5799 100%);
  background: -ms-linear-gradient(top,#7db9e8 0,#1e5799 100%);
  background: linear-gradient(to bottom,#7db9e8 0,#1e5799 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0);
  border: 0;
  color: #fff;
  display: block;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button input[type="button"]:hover {
    background-color:rgba(255,204,0,0.8);
}
/********************for add favourites********************/

.starfav {
  background: url(../images/icon-star.png) no-repeat center;
  background-size: 14px 14px;
  border-bottom: none;
  text-decoration: none;
  display: none;
}

.tabhead{display:none;}
#tabhead{display:none;}
.benchmarkalign optgroup {
        text-align: left;
}
.benchmarkalign option {
        text-align: left;
}
#benchmarkalign optgroup {
        text-align: left;
}
#benchmarkalign option {
        text-align: left;
}
/*Extra Style 27 Apr 2016*/

.wrapper.inside-page header {
        background-color: #000;
}
footer {
       background-image:url(../images/home-page-box-bg.png);
    }


.Search-Criteria {
    float: left; margin-right: 10px; width: 745px;
}
.search-option-div {
    width:950px; margin-left: -10px; margin-bottom: 20px;
}
.Row-display {
    float: right; margin-right: 10px; margin-top: 10px; vertical-align: bottom;
}
.row-select {
    float: right; vertical-align: bottom;
}
.kamran-travel-content-div {
    background-image: url('../images/pimgpsh_fullsize_distr.png');
    background-size: 100%;
}

/*=== for IE8 ===*/
a#pull {
    display: none;
}
.plus-btn {
        display:none;
    }

/*=== ===*/

.standard-sub-wrapper li a span.sub-unlocks {
     background: url(../images/icon_unlock.png) center left no-repeat;
     background-size: 13px 12px;
}
/*language version*/
  .language-wrapper {
  margin-left: -40px;
  padding: 6px 5px 5px 20px;
}

  .language-wrapper a, .language-wrapper a:hover {
    /*border-bottom: 1px dotted #fff;*/
    color: #fff;
    text-decoration: none;
  }
  .language-wrapper1 {
 
  padding: 5px 5px 5px 20px;
}

  .language-wrapper1 a, .language-wrapper1 a:hover {
    border-bottom: 1px dotted #fff;
    color: #fff;
    text-decoration: none;
  }
  .span_line {
  margin-left: -20px;
  margin-right: 23px;
  margin-top: 6px;
}

.eh20_background_header
{
    background-color:black;/*for new homepage header black color*/
   
}
.eu20_background_home_firstsection {
    background-image: url(../../Content/NewHome/images/demo/bg-main.jpg);
    max-width: 3000px;
    height: 59vh;
    margin: auto;
    background-position: center center;
}

.eu20_intro-heading
{
    font-weight: 500;
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 50px;
    text-align: left;
}

.eu20_intro-lead-in {
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    text-align: left;
}

.eu20_btn-xl {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    border-radius: 40px;
    font-size: 12px;
    padding: 15px 40px;
    font-family: 'Open Sans';
}

.eu20_btn {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 10px;
}

.eu20_btn-xlA {
    color: #fff !important;
    border-color: #fff;
    font-family: 'Open Sans',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 40px;
    font-size: 12px;
    padding: 15px 40px;
    font-family: 'Open Sans';
}
.btnA {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: auto;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 2px solid transparent;
    border-radius: 10px;*/
    border: 2px solid white;
    border-radius: 30px;
}

.afterfirstsection
{
    background-color:black;
}

