div {
    display: block;
    width: 100%;
}

.ivp-html {
    margin: 0;
    min-width: 320px;
    min-height: 320px;
    height: 100%;
    overflow: hidden;
}

.ivp-body {
    font-size: 0.75em;
    font-family: 'Segoe UI', Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    color: #222;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    padding-right: 0px !important
}

.ivp-header {
    background: #2D435A;
    overflow: hidden;
    width: 100%;
}

.ivp-header>section {
    float: left;
    width: 75%;
    height: 100%;
}

.ivp-header>section:last-child {
    float: left;
    width: 25%;
}

.iv-main-header {
    height: 35px;
    font-size: 12px;
}

.iv-sub-header {
    border-bottom: 1px solid #DCE0E7;
    background-color: #DCE0E7;
    height: 33px;
}

.iv-sub-header>section {
    float: left;
    width: 11%;
    height: 100%;
}

.iv-sub-header>section:first-child {
    float: left;
    width: 15%;
}

.iv-sub-header>section:nth-last-child(2) {
    float: left;
    width: 16%;
}

.iv-sub-header>section:last-child {
    float: right;
    width: 24%;
}

.ivp-app-body {
    width: 99.95%;
    position: absolute;
    top: 71px;
    overflow: auto;
    bottom: 21px;
}

.ivp-app-body-factsheet {
    width: 99.95%;
    position: absolute;
    top: 0px;
    overflow: auto;
    bottom: 0px;
}

div.ivp-noHeaders {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0px;
    padding: 0px;
}

div.ivp-error {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #222;
    opacity: 0.8;
    color: #FFF;
    z-index: 20000;
}

div.ivp-error-message {
    position: absolute;
    width: 20%;
    height: 14%;
    top: 43%;
    left: 40%;
    background-color: #FFF;
    color: #222;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}

div.home_page {
    box-sizing: border-box;
    height: calc(100% - 25px);
}

.ivp-sections-container {
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}

.ivp-column {
    float: left;
}

.ivp-column>.ivp-section {
    float: left;
    box-sizing: border-box;
    padding: 5px 12px 25px 12px;
}

.ivp-title {
    float: left;
    padding: 1px 10px 0px 7px;
    color: #fff;
    margin: 9px 0;
    font-size: 11px;
    font-weight: 500;
}

.iv-navigation {
    float: right;
    min-width: 100px;
    height: 100%;
    padding: 0px 10px 0px 0px;
}

.iv-navigation>ul {
    padding: 0;
    margin: 0;
    display: block;
    height: 100%;
}

.iv-navigation>ul>li {
    list-style: none;
    float: right;
    display: block;
    padding: 2px 0px;
}

.iv-navigation>ul>li>span {
    display: block;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.iv-navigation>ul>li>span:hover {
    color: #5ba7d2;
    cursor: pointer;
}

.iv-navigation>ul>li>span>i {
    font-size: 18px;
}

::-webkit-scrollbar {
    width: 5px;
    padding-right: 5px;
}

::-webkit-scrollbar-track {
    background-color: #DDD;
}

::-webkit-scrollbar-thumb {
    background-color: #666;
}

::-webkit-scrollbar-button {
    height: 0px;
}

::-webkit-scrollbar-corner {
    background-color: black;
}

.ivp-input-title {
    font-size: 12px;
    color: #397C2C;
    text-transform: uppercase;
    height: 30px;
    padding-left: 2px;
    margin: 12px 0;
}

.ivp-input-label {
    font-size: 12px;
    color: #000;
    height: 30px;
    padding-left: 2px;
}

.ivpspinner {
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -20px;
}

.ivpinnerspinner {
    height: 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ivpLoadSceSpinner {
    height: 32px;
    position: fixed;
    top: 43%;
    left: 48%;
}

.ivp-cell {
    vertical-align: top;
}

.highlightText {
    color: #5ba7d2;
    padding-left: 2px;
}

.securityName {
    margin: 0px 10px 5px 13px;
    font-size: 20px;
}

label.menuHeader {
    padding-left: 8px;
    font-size: 10px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

select.menuBody {
    background-color: #DCE0E7;
    border: 0px;
    font-weight: bold;
    color: #2d435a;
    padding-left: 5px;
    outline: none;
    text-transform: uppercase;
    font-size: 11px;
}

select.fundName {
    font-size: 14px;
    text-transform: uppercase;
    border: 0px;
    font-weight: bold;
    color: #2d435a;
    padding-left: 0px;
    background-color: #F8F8F8;
}

.icon-dark {
    color: #2d435a !important;
}

.icon-dark-pdf {
    color: #66100E !important;
}

.icon-dark-excel {
    color: #397c2c !important;
}

.icon-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.icon {
    opacity: 1;
}

.icon-small-font {
    font-size: 14px !important;
}

.vaFactsheet>div {
    box-sizing: border-box !important;
    float: left !important;
    position: relative !important;
}

.vaFactsheet>div>div {
    box-sizing: border-box !important;
    float: left !important;
    position: relative !important;
}

.vaFactsheet>div>div>div {
    box-sizing: border-box !important;
    float: left !important;
    position: relative !important;
}

.vaFactsheet>div>div>div>div {
    box-sizing: border-box !important;
    float: left !important;
    position: relative !important;
}

.secDisclosure {
    font-size: 10px;
    line-height: 12px;
}

.pgSection {
    margin: 1px;
    width: calc(50% - 2px);
}

.pgSection:nth-child(2),
.pgSection:nth-child(3) {
    width: calc(25% - 2px);
}

.pgSubSection {
    min-height: 200px;
    width: calc(100% - 10px);
    margin: 5px;
    padding: 2px 5px;
}

.pgSection:first-child>.pgSubSection {
    width: calc(50% - 10px);
}

.pgSection:first-child>.pgSubSection:nth-child(3) {
    width: calc(100% - 10px);
}

.pgSection:last-child {
    width: calc(100% - 2px);
}

.pgSection:last-child>.pgSubSection {
    width: calc(50% - 10px);
}

.sectHeader {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
    padding-left: 2px;
    border-bottom: 1px solid #777;
    text-align: left;
    width: 100%;
}

td.cellL,
td.cellR,
td.cellC,
td.cellC_NoBR {
    color: #2d435a;
    padding: 4px 2px;
    border-bottom: 1px solid #EEE;
    text-align: left;
    height: auto;
}

td.cellC_NoBR {
    border-bottom: 0px;
}

td.cellR {
    color: #000;
    text-align: right;
    font-weight: 500;
}

td.cellC {
    text-align: center;
}

td.cellLH,
td.cellRH {
    padding: 4px 2px;
    border-bottom: 1px solid #EEE;
    font-weight: bold;
}

td.cellRH {
    text-align: right;
}

td.RHF {
    width: 9.5%;
}

td.bar,
td.barSel {
    background-color: #CCC;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-right: 1px solid #BBB;
    height: 10px;
}

td.barSel {
    background-color: #2d435a;
}

td.NB {
    font-weight: bold;
}

td.dummyTD {
    width: 20%;
    font-size: 1px;
    height: 1px;
}

td.searchTD {
    width: 20%;
    font-size: 14px;
    padding-top: 5px;
}

td.searchTDR {
    width: 20%;
    text-align: right;
    font-size: 14px;
    padding-top: 5px;
}

table.searchTable {
    width: 80%;
    max-width: 800px;
}

div.searchLeft,
div.searchRight {
    width: auto;
    display: inline-block;
}

div.searchRight {
    float: right;
}

/* Exposure Report  */

.sectHeader {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
    padding-left: 2px;
    border-bottom: 1px solid #777;
    text-align: left;
    width: 100%;
  }

  td.cellC {
    text-align: center;
  }

  td.cellL,
  td.cellR,
  td.cellC,
  td.cellLB,
  td.cellLink,
  td.cellRC,
  td.cellRB {
    color: #2d435a;
    padding: 4px 4px;
    border-bottom: 1px solid #EEE;
    text-align: left;
  }

  td.cellLB {
    font-weight: bold;
  }

  td.cellRB {
    font-weight: bold;
    text-align: right;
  }

  td.cellLink {
    cursor: pointer;
    font-weight: 600;
  }

  td.cellRC {
    font-weight: 600;
    text-align: right;
  }

  td.cellLink:hover {
    color: #2d435a;
    text-decoration: underline;
  }

  td.cellR {
    color: #000;
    text-align: right;
    font-weight: 500;
  }

  td.cellC {
    text-align: center;
  }

  td.cellLH,
  td.cellRH {
    padding: 4px 4px;
    border-bottom: 1px solid #EEE;
    font-weight: bold;
  }

  td.cellRH {
    text-align: right;
  }

  td.RHF {
    width: 9.5%;
  }

  td.bar,
  td.barSel {
    background-color: #CCC;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-right: 1px solid #BBB;
    height: 10px;

  }

  td.barSel {
    background-color: #2d435a;
  }

  td.NB {
    border-bottom: 0px;
    font-weight: bold;
  }

  td.cellCat {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F4F4F4;
    color: #222;
  }

  div {
    box-sizing: border-box;
    /* float: left; */
    /* position: relative; */
  }

  div.expPortfolio {
    width: 75%;
    min-height: 300px;
    padding: 10px;
    float: left;
  }

  div.expChart {
    width: calc(25% - 10px);
    padding: 10px;
    float: left;
  }

  div.header {
    height: 35px;
    background: #2D435A;
    width: 100%;
    position: absolute;
    top: 0px;
  }

  div.subheader {
    height: 35px;
    background: #DCE0E7;
    width: 100%;
    position: absolute;
    top: 35px;
  }

  div.divBody {
    position: absolute;
    top: 0px;
    bottom: 10px;
    width: 100%;
    overflow-y: auto;
  }

  div.footer {
    height: 20px;
    padding: 4px 0px 0px 7px;
    background: #2D435A;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    color: #ddd;
    font-size: 0.75em;
  }

  div.headerTitle {
    float: left;
    padding: 1px 10px 0px 2px;
    color: #fff;
    margin: 10px 0;
    font-size: 10px;
    font-weight: 500;
  }

  div.subheadermenu {
    width: 200px;
    font-size: 10px;
    font-weight: 700;
    color: #222;
    padding: 2px 6px;
    text-transform: uppercase;
  }

  div.stGroup {
    width: calc(65% - 10px);
    background-color: #F4F4F4;
    margin-top: 10px;
    margin-right: 10px;
    padding: 3px;
    border: 1px solid #BBB;
  }

  div.stRank {
    width: 29px;
    height: 29px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #2d435a;
    color: #FFF;
    padding-top: 2px;
  }

  div.stName {
    width: calc(100% - 35px);
    background-color: #2d435a;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: 35px;
    padding-left: 3px;
    margin-top: -30px
  }

  div.stValue {
    width: calc(100% - 35px);
    background-color: #2d435a;
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    margin-left: 35px;
    padding-left: 5px;
  }

  div.stSec {
    width: 100%;
  }

  div.expPortfolio {
    width: 75%;
    min-height: 300px;
    padding: 10px;
  }

  div.expChart {
    width: calc(25% - 10px);
    padding: 10px;
  }

  div.expGroup {
    width: 48.5%;
    height: 46px;
    background-color: #F4F4F4;

  }

  div.expSubSection {
    width: 100%;
  }

  div.num,
  div.numGray {
    width: 95px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-top: 4px;
    margin: 5px 10px 5px 5px;
    color: #42bb5c;
  }

  div.numGray {
    color: #222;
  }

  div.numLabel {
    width: calc(100% - 110px);
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 100px
  }


  div.numLabelBold {
    width: calc(100% - 110px);
    font-weight: normal;
    margin-top: -30px;
    margin-left: 100px
  }

  div.legend {
    height: 15px;
    width: 15px;
    margin-right: 5px;
  }

  div.legendLabel {
    font-weight: bold;
    margin-right: 30px;
  }

  div.initialPortfolioMessage {
    position: relative;
    top: -250px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 12px;
  }

  span.hoverLink:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  div.chartElement {
    background-color: #2d435a;
    height: 15px;
    width: auto;
  }

  select.menuBody {
    background-color: #DCE0E7;
    border: 0px;
    font-weight: bold;
    color: #2d435a;
    margin-left: -4px;
    outline: none;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 1px;
  }

  .expSectionHeader {
    width: calc(100% - 20px);
    margin: -10px 10px 10px 10px;
    background-color: #2d435a;
    color: #FFF;
    padding: 10px 5px;
    font-weight: bold;
    float: right;
  }

  div.dataAsOf {
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-left: 1350px;
    margin-top: -20px;
  }

  div.sectionFooter {
    width: 100%;
    padding: 20px 0px 20px 0px;
  }

  div.btnDiv {
    padding: 5px 15px;
    background-color: #2d435a;
    color: #FFF;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline;
  }

  input.inpExp {
    width: 60%;
    text-align: right;
    padding-right: 5px;
    margin-left: 5px;
    border: 1px solid #333;
    padding: 3px 5px;
  }

  .inpExpTotal {
    border: 1px solid #FFF !important;
    font-weight: bold;
    pointer-events: none;
  }

  input,
  select {
    font-family: 'Segoe UI';
    font-size: 11px;
  }

  /* Adding table style CSS format */
  .div-table {
    display: table;
    width: 100%;
    border-spacing: 5px;
    /* cellspacing:poor IE support for  this */
    /* position: relative; */
    right: 0px;
    margin-top: -80px
  }

  .div-table-row {
    display: table-row;
    width: 500px;
    clear: both;
    font-weight: bold;
  }

  .div-table-col {
    float: left;
    display: table-column;
    width: 350px;

  }

  .div-table-col-left {
    background-color: #2D435A;
    border-bottom: 1px solid #FFF;
    height: 10px;
    width: 30%
  }

  .expSect {
    width: 50%;
  }


  @media (max-width: 1199px) {
    .expSect {
      width: 100%;
    }
  }

  .expSection {
    width: calc(50% - 12px);
    background-color: #FFF;
    margin: 5px;
    padding: 5px;
    overflow-y: auto;
  }

  .breakDown {

    width: calc(50% - 12px);
    background-color: #FFF;
    margin: -79px;
    padding: 5px;
    overflow-y: auto;
    margin-left: 377px;
    margin-bottom: -330px;

  }

  .equitySec {

    width: calc(50% - 12px);
    background-color: #FFF;
    margin: 55px;
    overflow-y: auto;
    margin-left: 3px;

  }

  .equityGeoSec {

    width: calc(50% - 12px);
    background-color: #FFF;
    margin: -360px;
    padding: 5px;
    overflow-y: auto;
    margin-left: 377px;
    /* margin-bottom: -330px; */

  }

  .expSectionLarge {
    width: calc(100% - 12px);
    background-color: #FFF;
    /* margin: -1055px; */
    padding: 5px;
    /* overflow-y: auto; */
    margin-left: 760px;
    margin-top: -700px;
  }

  .expSectionLargewid {
    width: 80%;
  }

  .sectHeaderstockConv {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    /* height: 40px; */
    padding-left: 2px;
    border-bottom: 1px solid #777;
    text-align: left;
    width: 100%;
  }

  .breakdowntop {
    margin-top: -400px
  }

  .equitysecdown {
    margin-top: 490px
  }


/* End of Exposure Report */