﻿

/*body {
  font-family: "utopia-semibold" !important;
  color: #555759;
  background-color: #D4D5D5;
}*/

a:hover {
  text-decoration: none;
}

hr {
  background-color: #AAABAC;
}

.div-underline, .div-underlind div {
  border-bottom: 1px solid #AAABAC;
  padding: 10px 0px;
}

.bg-shadow {
  /*-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.3);*/
}

#top-bar {
  /*background-color: #0E69AF;*/
  background-color: rgb(12, 81, 139);
}

#logo-bar {
  background-color: white;
  width: 100%;
}

#logo-bar .container .row {
  height: 93px;
}

.img-fluid {
  width: 160px;
  margin-left: 25px;
}

.img-etf {
  height: 93px;
}

.hero-container2 {
  /*background-color: #1AA2DC;*/
  padding: 40px 0px;
  color: white;
}

.information-icon {
  color: #00a3e0;
  background-color: white;
  border-radius: 50%;
  font-size: 20px;
  margin-right: 10px;
}

.info-box {
  color: #555759;
  background-color: white;
  padding: 20px 30px;
  font-weight: bold;
}

.info-box-fluid {
  color: #555759;
  background-color: white;
  padding: 0px;
  font-weight: bold;
}

.fund-detail {
  padding: 0px 0px 30px 0px;
}

.title {
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 15px;
  /*font-family: "Utopia";*/
  color: #515151;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  /*background-color: #003DA5;*/
  border-radius: 0px;
  max-height: 40px !important;
  background-color:transparent;
  color:#000;
}

.nav-link {
  display: block;
  padding: .5rem 3rem;
}

.nav-pills {
  /*background-color: #00A3E0;*/
  /*font-family: "Utopia" Arial;*/
  border-top: 2px solid #00a3e0;

  font-weight: normal;
  max-height: 40px !important;
  margin-bottom: 20px;
}

.table {
  color: #555759;
  /* font-size: 13px; */
}

table th {
  border: 0px !important;
  color: #1AA2DC;
  border-collapse: collapse;
  font-weight: normal;
  text-align: right;
}

table td {
  /* border-top: 0px !important; */
  /* border-bottom: 1px solid !important; */
  border-top: 0px !important;
  border-bottom: 1px solid #AAABAC;
  border-collapse: collapse;
  font-weight: normal;
  text-align: right;
}

.table-label {
  border-collapse: collapse;
  font-weight: normal;
  text-align: left;
}

.tab-pane {
  padding: 20px 40px;
  font-size: 13px;
  font-weight: normal;
  background-color:#fff;
}

.container-row {
  margin: 80px 0px;
  background-color: white;
}

.container-first-row {
  margin-top: 20px;
  /*background-color: white;*/
}

.nav-pills .nav-link {
  border-radius: 0rem;
  /*color: white;*/
  max-height: 40px !important;
}

#hero {
  width: 100%;
  position: relative;
}

#hero .hero-container {
  /* position: absolute; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background: url("../img/hero-bg.png") top center;
  background-size: cover;
  height: 375px;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #hero h1,
  #hero h2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#logo-bar .text-asset {
  font-size: 12px;
  height: 20px;
  line-height: 23px;
}

.tooltip-0height-lg{
      max-height: 0px;
  }
.tooltip-0height-md{
      max-height: unset;
  }

.page-icon {
    font-weight: unset !important;
    font-size: 25px !important;
}
.move-left-mobile{
      text-align: right;
      height: 30px;
  }
@media (max-width: 767px) {
  #logo-bar {
    height: 70px;
  }
  
  #logo-bar .logo img {
    height: 70px;
    width: auto;
  }
  #logo-bar img {
    width: 120px;
    margin-top: 5%;
    /*margin-left: 10px;
	display: block;
    margin-left: auto;
    margin-right: auto;*/
  }

    .tab-pane {
        padding: 10px 25px;
    }
    .chart-mobile {
        /*min-width: 450px;
        overflow: scroll !important;
        padding-right: 30px;*/
    }
  .hide-in-mobile{
    display: none!important;
  }
  .tooltip-0height-md{
      max-height: 0px;
  }
  .tooltip-0height-lg{
      max-height: unset;
  }
  #hero .hero-container {
	 /*height: 105px;*/
  }
  #header .container-fluid{
      margin-right: 50px;
  }
  .move-left-mobile{
      text-align: left !important;
  }
    .nav-pills {
        max-height:unset !important;
    }

    .nav-pills .nav-link {
        max-height:unset !important;
        text-align:unset !important;
    }
    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        max-height:unset !important;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.scrollto {
    display:block;
}
.back-to-top {
  position: fixed;
  display: block;
  right: -111px;
  top: 150px;
  z-index: 99999;
   /*background: #0E69AF;*/
   
    background-color: rgb(12, 81, 139);
  color: #fff;
   -webkit-transition: all 0.8s;
  transition: all 0.8s;

}
.back-to-top:hover {

  right:0px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;

}

    .back-to-top a {
        color: #fff;
    }

.back-to-top img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  width: 40px;
  /*height: 40px;*/
  padding: 5px 5px 5px 5px;
  border-radius: 0px;
  /*background: #0E69AF;*/
  
    background-color: rgb(12, 81, 139);
  color: #fff;
  display:inline;
  /*-webkit-transition: all 0.4s;
  transition: all 0.4s;*/
  -o-object-fit: cover;
     object-fit: cover;
}

.back-to-top i:hover {
  /*background: #0E69AF;*/
  color: #fff;
  right:0px;
}
.back-to-top a:hover {
  background-color: #0080c7;
}
.back-to-top a:hover .sideimg {
    background-color: #0080c7;
  /*opacity: 0.6;*/
  /*background-color: #0E69AF;
  color: #fff;*/
  /*padding: 0px 0px 0px 2px;*/
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    /*background: #0E69AF;*/
    background-color: rgb(12, 81, 139);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /*font-family: "Open Sans", sans-serif;*/
    position: fixed;
    width: 100%;
    display: none;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header a {
  color: white;
}

#header a:hover {
  color: white !important;
}

#header span {
  font-size: 24px;
  line-height: 24px;
  /*font-family: "Avenir";*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 12px 0 12px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  /*font-family: "Open Sans", sans-serif;*/
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #72c393;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #444444;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #4eb478;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.nav-menu a:hover img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    -webkit-transition: all 0.5s;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 5px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  /*cursor: pointer;*/
  text-align: right;
  display: none;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #444444;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #4eb478;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 43, 43, 0.6);
  overflow: hidden;
  display: none;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.module .collapse-text.collapse:not(.show) {
  display: block;
  /* height = lineheight * no of lines to display */
  height: 10.5em;
  overflow: hidden;
}

.module .collapse-text.collapsing {
  height: 10.5em;
}

.row-header {
  color: #1AA2DC;
  padding: 0px 15px;
  text-align: center;
}

.nav-link a {
  /*color: white;*/
  color: #000;
}

.nav-menu a:hover {
  color: #72c393 !important;
  text-decoration:underline !important;
}

.page-icon {
  font-weight: bold;
  font-size: 30px;
  color: #555759;
}

.table-tracking td {
  border-bottom: 0px;
  padding-top: 5px;
}

.table-distribution-history td {
  text-align: right;
}

.fund-info-content {
  padding: 20px 30px 40px 30px;
}

.fund-info-content .row {
  padding: .75rem;
  vertical-align: top;
  border-bottom: 1px solid #AAABAC;
  font-size: 13px;
  font-weight: normal;
}

.box-header-title.active {
  background-color: #003DA5;
}

.box-header-title {
  color: white;
  padding: .5rem 3rem;
}

.box-header-title a {
  display: none;
  color: white;
}

#underlying-pane {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-nav{
      width: 345px !important;
  }  
  .logo-padding{
	  padding-left : 0px !important;
  }  
}

@media (max-width: 1035px) and (min-width: 992px) {
    .align-logo {
        padding-right: 10px !important;
    }

    .align-logotext {
        /*font-size: 14px !important;*/
        position: absolute;
        top: 70px !important;
        padding-left: 10px !important;
    }

    .img-fluid {
        margin-left: 10px !important;
    }
}

@media (max-width: 991px) {
    .align-logo {
        padding: 0 10px !important;
    }

    .align-logotext {
        padding-left: 10px !important;
        top: 43px !important;
        /*font-size: 20px!important;*/
    }
}

@media (max-width: 767px) {
    .box-header-title a {
        display: block;
    }

    #underlying-pane {
        display: block;
    }

    .row-header {
        margin-top: 25px;
        margin-bottom: 5px;
    }

    .align-logo {
        padding: 0 10px !important;
    }

    .align-logotext {
        padding-left: 10px !important;
        top: 40px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 350px) {
    .img-fluid {
        margin-left: 0px !important;
    }
}

.align-logo {
    padding-right: 15px;
}

.align-logotext{
    /*position:absolute;*/
    /*padding-left: 15px;*/
    /*top: 83px;*/
    min-width: 200px;
    font-size: 20px;
    color: #666;
    padding-left: 15px;
}

.align-logotext a:hover{
    text-decoration: underline;
}
/*# sourceMappingURL=detail.css.map */