@charset "UTF-8";

/* fund search detail
++++++++++++++++++++++++++++++++++++++++ */

/* container */
.fund_searchdetail_container {
  position: relative;
}

/* overlay info , loading */
.fund_searchdetail_overlayinfo,
.fund_searchdetail_overlayloading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) no-repeat center top;
  color: #ea6153;
  text-align: center;
  vertical-align: middle;
}

.fund_searchdetail_overlayloading {
  background-image: url(/app-files/img/cmn_ic49.gif);
}

.fund_searchdetail_overlayinfo p {
  position: absolute;
  top: 10%;
  width: 100%;
  padding: 0 16px;
}

/* no results ++ */
.fund_searchdetail_noresults {
  display: table;
  width: 100%;
  height: 300px;
  background-color: #f1f4f7;
}

.fund_searchdetail_noresults p {
  display: table-cell;
  color: #4a5864;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

/* header ++ */
.fund_searchdetail_header {
}

/* basic info ++ */
.fund_searchdetail_basicinfo {
}
