
/******************************************************
* Standard stuff
******************************************************/
body {
	font-size: 8pt;
	font-family: verdana;
}

input:focus {
    border-color: darkgray;
    background-color: #F0F8FF;
    color: #000;
    outline: none;
}

.fas {
    color: #337ab7;
}

@font-face {
    font-family: 'segoeScript';
    src: url('segoesc.tiff');
}

@font-face {
    font-family: 'corinthiaFont';
    src: url('Corinthia-Regular.ttf')
}

.menuStatic {
    float: right;
    padding: 5px 11px;
    display: inline-block;
}

#newQuickLaunch ul li {
    display: inline; 
    padding: 5px 5px;
}

.PageHeader {
    width: 100%; 
    color: #394C50; 
    font-family: verdana;
    font-size: 11pt; 
}

.PageHeader .left {
    float: left;
    font-weight: bold; 
    width: 50%; 
    vertical-align: middle; 
    font-family: Century Gothic;
    padding-bottom:2px;
}

.PageHeader .right {    
    float: right;
    vertical-align:middle; 
    text-align: right; 
    width: 50%; 
    padding-top:4px;
    padding-bottom:2px;
}

.ReportHeader {
    width: 100%;
    margin-bottom: 5px;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    font-family: verdana;
    padding: 10px;
    background-color: #6e8d99;
    border: 1px solid #6e8d99;
}

/********* ReportSubHeader *********/
.ReportSubHeader {
    width: 100%;
    /*min-width: 1575px;*/
    margin-bottom: 5px;
    font-size: 11pt;
    color: darkslategray;
    font-family: verdana;
    padding: 10px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
}

/********* ReportSubHeader *********/
.PopupSubHeader {
    width: 100%;
    margin-bottom: 5px;
    font-size: 11pt;
    color: darkslategray;
    font-family: verdana;
    padding: 10px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
}

/*********  MENU  *************/
.menu {
    float: inherit;
    background-color: #394C50;
    padding: 5px 0px;
}

.menu ul li ul
{
    display: none;
}

.menu ul li 
{
    position:absolute; 
    float: inherit;
    list-style: inherit;
}  

div #ctl00_mnHoldings {
    width: auto;
}

div #ctl00_tasMenu ul {
}

div #ctl00_tasMenu ul li a.level1 {
    padding: 5px 15px;
    text-decoration: none;    
    color: #ffffff;
}

div #ctl00_tasMenu ul li a.level1:hover {
    background-color: #576A6E;
    color: #DDC8B4;
    border-radius: 4px 4px 4px 4px;
}

div #ctl00_tasMenu ul li a.level2,
div #ctl00_tasMenu ul li a.level3 {
    background-color: #576A6E;
    color: #EBEEDD;
    padding: 5px 15px;
    text-decoration: none; 
}

div #ctl00_tasMenu ul li a.level2:hover,
div #ctl00_tasMenu ul li a.level3:hover {
    background-color: #43565A;
    color: #DDC8B4;
}

.menud {
    font-family: verdana;
    font-size: 11pt;
}

div.menuStatic #ctl00_menuQuickLaunch ul li {
    padding: 5px 5px;
}

/************ Form Div table  76816C   *************/
.divEContractTable {
    color: black;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    padding: 3px 3px 3px 3px;
    font-family: verdana;
    font-size: 11pt;
    width: 100%;
    white-space: nowrap;
    display: table;
}

    .divEContractTable .cSpanCell {
        display: table-cell;
        font-size: 9pt;
        padding: 5px 5px 5px 10px;
        width: 100%;
        vertical-align: middle;
        display: inline-block;
        white-space: normal;
        text-align: justify;
    }

    .divEContractTable .left {
        display: table-cell;
        font-size: 9pt;
        padding: 5px 5px 5px 10px;
        width: 50%;
        vertical-align: middle;
        display: inline-block;
        white-space: normal;
        text-align: justify;
    }

    .divEContractTable .right {
        display: table-cell;
        font-size: 9pt;
        font-family: verdana;
        padding: 5px 5px 5px 10px;
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
        text-align: justify;
    }

    .divEContractTable .rightCurrency {
        display: table-cell;
        font-size: 9pt;
        font-family: verdana;
        padding: 3px 3px 3px 3px;
        display: inline-block;
        white-space: nowrap;
    }

/************ Form Div table  76816C   *************/
.divFormTable {
    color: black;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    padding: 3px 3px 3px 3px;
    font-family: verdana;
    font-size: 11pt;
    width: 100%;
    white-space: nowrap;
    display: table;
}

    .divFormTable .left {
        display: table-cell;
        font-size: 9pt;
        padding: 5px 5px 5px 10px;
        width: 260px;
        vertical-align: middle;
        display: inline-block;
    }

    .divFormTable .right {
        display: table-cell;
        font-size: 9pt;
        font-family: verdana;
        padding: 5px 5px 5px 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .divFormTable .rightCurrency {
        display: table-cell;
        font-size: 9pt;
        font-family: verdana;
        padding: 3px 3px 3px 3px;
        display: inline-block;
        white-space: nowrap;
    }


.divPopupFormTable {
    color: black;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    padding: 3px 3px 3px 3px;
    font-family: verdana;
    font-size: 11pt;
    width: 100%;
    white-space: nowrap;
    display: table;
}

    .divPopupFormTable .left {
        display: table-cell;
        font-size: 9pt;
        padding: 5px 5px 5px 10px;
        width: 260px;
        vertical-align: middle;
        display: inline-block;
    }

    .divPopupFormTable .right {
        display: table-cell;
        font-size: 9pt;
        font-family: verdana;
        padding: 5px 5px 5px 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .divPopupFormTable .DetailHeaderRight {
        display: table-cell;
        display: inline-block;
        font-weight: bold;
        font-size: 9pt;
        font-family: verdana;
        padding: 3px 3px 3px 3px;
        vertical-align: middle;
    }

    .divPopupFormTable .DetailHeaderLeft {
        display: table-cell;
        display: inline-block;
        font-weight: bold;
        font-size: 9pt;
        font-family: verdana;
        padding: 3px 3px 3px 3px;
        vertical-align: middle;
    }

    .divPopupFormTable .rightCurrency {
        display: table-cell;
        font-size: 9pt;
        font-family: verdana;
        padding: 3px 3px 3px 3px;
        display: inline-block;
        white-space: nowrap;
    }

.divLoginTable {
    color: black;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    padding: 3px 3px 3px 3px;
    font-family: verdana;
    font-size: 11pt;
    width: 100%;
    min-width: 250px;
    white-space: nowrap;
    display: table;
}

    .divLoginTable .left {
        display: table-cell;
        font-size: 8pt;
        padding: 5px 5px 5px 10px;
        width: 260px;
        text-align: right;
        vertical-align: middle;
        display: inline-block;
    }

    .divLoginTable .right {
        display: table-cell;
        font-size: 8pt;
        font-family: verdana;
        padding: 5px 5px 5px 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .divLoginTable .rightCurrency {
        display: table-cell;
        font-size: 8pt;
        font-family: verdana;
        padding: 5px 5px 5px 10px;
        display: inline-block;
        white-space: nowrap;
        text-align: right;
    }

.formLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

/************ Form Div Detail table  *************/
.divButtonTable {
    padding: 3px 3px 3px 3px;
    font-family: verdana;
    font-size: 8pt;
    width: 100%;
    min-width: 400px;
    white-space: nowrap;
}

    .divButtonTable .left {
        font-size: 8pt;
        padding: 3px 3px 3px 3px;
        width: 100%;
        min-width: 400px;
        align-content: flex-start;
    }

/************ Form Div Detail table  *************/
.divFormDetailTable {
  padding: 3px 3px 3px 3px;
  font-family: verdana;
  font-size: 8pt;
  width: 100%; 
  white-space: nowrap;
}

.divFormDetailTable .left {
  display: table-cell;
  font-size: 8pt;  
  padding: 3px 3px 3px 3px;
  width: 125px;
  text-align: left;
  display: inline-block;
  white-space: nowrap;
}

.divFormDetailTable .right {
    display: table-cell;
    font-size: 8pt;
    font-family: verdana;
    padding: 3px 3px 3px 3px;
    display: inline-block;
    white-space: nowrap;
}

    .divFormDetailTable .rightCurrency {
        display: table-cell;
        font-size: 8pt;
        font-family: verdana;
        padding: 3px 3px 3px 3px;
        display: inline-block;
        white-space: nowrap;
        text-align: right;
    }

/*******************************************
* Div table
*******************************************/
div.container {
  color:white;
  font-family:verdana;
  font-size: 8pt;
  background-color: #98AC86;
  width: 100%; 
  border:1px solid #76816C;
  margin: 0px auto;
  -moz-border-radius: 11px;
  border-radius: 11px;
  }

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  color: #ffffff;
  float: left;
  width: 14%;
  text-align: right;
  }

div.row span.lformw {
  float: right;
  width: 85%;
  text-align: left;
} 

div.row span.lformwhite {
  color: #ffffff;
  float: right;
  width: 85%;
  text-align: left;
} 

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 

div.spacer {
  clear: both;
  padding-top: 5px;
  }

/********* forms table *********/
.table { 
  color: white;
  font-family: verdana;
  font-size: 8pt;
  background-color: #98AC86;
  width: 100%; 
  border: 1px solid #76816C;
  -moz-border-radius: 11px;
  border-radius: 11px;
}

.table td.smalllabel {
  color: #ffffff;
  font-family: verdana;
  font-size: 8pt;
  text-align: right;
  padding-right: 15px;
  width: 100px;
  }

.table td.label { 
  color: #ffffff;
  font-family: verdana;
  font-size: 8pt;
  text-align: right;
  padding-right: 15px;
  width: 145px;
  /*font-weight: bold;*/
}

.table td.longerlabel { 
  color: #ffffff;
  font-family: verdana;
  font-size: 8pt;
  text-align: right;
  padding-right: 15px;
  width: 185px;
}

.table td.multiallclabel { 
  color: #ffffff;
  font-family: verdana;
  font-size: 8pt;
  text-align: right;
  padding-right: 15px;
  width: 250px;
}

.table td.spanlabel { 
  color: #394C50;
  font-family: verdana;
  font-size: 8pt;  
}

.table td.sboldlabel { 
  color: #ffffff;
  font-family: verdana;
  font-size: 8pt;  
  font-weight: bold;
}

/********* table *********/
table {
    font-size: 8pt;
    font-family: verdana;
}

table.cleartable {
    font-size: 8pt;
    font-family: verdana;
    width: 100%;
}

td {
  font-family: verdana;
  font-size: 8pt; 
}

td.clearlabel {
  font-family: verdana;
  font-size: 8pt; 
  font-weight: bold;
  width: 140px;
}

td.longlabel {
  font-family: verdana;
  font-size: 8pt; 
  font-weight: bold;
  width: 180px;
}

td.monetary {
  font-family: verdana;
  font-size: 8pt; 
  text-align: right;
}

/********* textbox *********/
.textbox {
  font-family: verdana;
  font-size: 8pt;
  border-style: groove;
  border: solid 1px #ccc;
  color: #555;
  font-weight: normal;  
  background-color: #fff;
  background-image: none;
  height: 28px;
  padding: 4px 8px;  
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.LargerFontTextbox {
    font-family: Verdana;
    font-size: 16pt;
    border-style: groove;
    border: solid 1px #ccc;
    color: #555;
    font-weight: normal;
    background-color: #fff;
    background-image: none;
    height: 28px;
    padding: 4px 16px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/********* drop down list *********/
.form-control { 
  font-family: verdana;
  font-size: 8pt;
  border-style: groove;
  border: solid 1px #76816C;
}

/********* button *********/
.button { 
  font-family: verdana;
  font-size: 8pt;
  color: #FFFFFF;
  padding: 4px 8px;
  line-height : 11px;
  background-color: #394C50;
  border: solid 1px #394C50;
  cursor:hand;
  -moz-border-radius: 5px;
  border-radius: 5px;
} 

/********* sign out link *********/
.signOutLink { 
    font-size: 11pt; 
    font-family: verdana;
    text-decoration: none;
    color: blue;
}

/********* all header 2 *********/
h2 {
	width: 100%;
	margin: 4px 0px 8px 0px;
	font-size: 11pt;
	font-weight: bold;
    color: #394C50;
}

/********* all header 2 *********/
h3 {
	width: 100%;
	margin: 4px 0px 8px 0px;
	font-size: 11pt;
	font-weight: bold;
    color: #394C50;
}

/********* All links *********/
a {
	font-size: 11pt;
	font-family: verdana;    
}

/********* All links *********/
a.standardlink {
	font-size: 8pt;
	font-family: verdana;
	color: Blue;
}

    a.nonstandardlink {
        font-family: verdana;
        color: #FFE57D;
        font-size: 8pt;
    }

a.nonstandardlink:hover {
    color: #FFE57D;
    text-decoration: underline;
    font-family: verdana;
    font-size: 8pt;
}

a.DownloadLink {
    font-size: 10pt;
    font-family: verdana;
    color: Blue;
}
    a.DownloadLink:hover {
        font-size: 10pt;
        font-family: verdana;
        text-decoration: underline;
        color: Blue;
    }

.ErrorMessage {
	color:#000000;
	font-family: verdana;
	/*font-weight: bold;*/
	font-size: 8pt;
	border: 1px solid #5A000C;
	background-color: #e7cacd;
	padding: 3px 3px 3px 3px;
}

.warning {
	font-weight: bold;
	font-family: verdana;
	font-size: 8pt;
}

.progressStatus   
{
    border: solid 1px #702C0D;
    background-color: #D6B17C;
    padding: 3px 3px 3px 3px;
    color: #702C0D; 
    font-weight:bold; 
    font-size: 13pt;
    font-family: Century Gothic;
}
         
.progressUpdated {
    border: solid 1px #415631;
    background-color: #97B97F;
    padding: 3px 3px 3px 3px;
    color: #415631;
    font-weight:bold; 
    font-size: 13pt;
    font-family: Century Gothic;
}

/******************************************************
* Simple table
******************************************************/
.SimpleTable {
    margin-bottom: 20px;
    color: black;
    font-family: verdana;
    font-size: 8pt;
}

    .SimpleTable > tr > th,
    .SimpleTable > tr > td,
    .SimpleTable > thead > tr > td,
    .SimpleTable > thead > tr > th,
    .SimpleTable > tbody > tr > td,
    .SimpleTable > tbody > tr > th,
    .SimpleTable > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

table.SimpleTable tr.DataGridItem:hover td {
    background-color: #fcf8e3;
}

table.SimpleTable tr.DataGridAlternatingItem:hover td {
    background-color: #fcf8e3;
}

.SimpleTable th {
    font-family: verdana;
    font-size: 8pt;
}

.SimpleTableHeader {
    background-color: #333533;
    color: #FFF;
    font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
}

.SimpleTableSubTotals {
    background-color: #ADB5BD;
    color: #000;
    font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
    border: 1px solid #ADB5BD;
}

    .SimpleTableSubTotals .money {
        text-align: right;
    }

    .SimpleTableHeader .money {
        text-align: right;
    }

/******************************************************
* Simple table
******************************************************/
.SimpleGrid {
    margin-bottom: 20px;
    color: black;
    font-family: verdana;
    font-size: 8pt;
}

    .SimpleGrid > tr > th,
    .SimpleGrid > thead > tr > td,
    .SimpleGrid > thead > tr > th,
    .SimpleGrid > tbody > tr > td,
    .SimpleGrid > tbody > tr > th,
    .SimpleGrid > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

table.SimpleGrid tbody tr.DataGridItem:hover td {
    background-color: #fcf8e3;
}

table.SimpleGrid tbody tr.DataGridAlternatingItem:hover td {
    background-color: #fcf8e3;
}

.SimpleGrid th {
    font-family: verdana;
    font-size: 8pt;
    text-align: left;
}

.SimpleGridHeader {
    background-color: #333533;
    color: #FFF;
    font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
}

    .SimpleGridHeader .money {
        text-align: right;
    }

/* AlternatingItem **************************************/
.SimpleGridAlternatingItem {
    color: black;
    background-color: #E9ECEF;
    font-family: verdana;
    font-size: 8pt;
    vertical-align: middle;
}

    .SimpleGridAlternatingItem a {
        color: blue;
        font-family: verdana;
        font-size: 8pt;
    }

        .SimpleGridAlternatingItem a:hover {
            color: blue;
            text-decoration: underline;
            font-family: verdana;
            font-size: 8pt;
        }

/******************************************************
* Datagrid
******************************************************/
.DataGrid {
    width: 100%;
    /*min-width: 1575px;*/
    max-width: 100%;
    margin-bottom: 20px;
    color: black;
    font-family: verdana;
    font-size: 8pt;
}

    .DataGrid > tr > th,
    .DataGrid > thead > tr > td,
    .DataGrid > thead > tr > th,
    .DataGrid > tbody > tr > td,
    .DataGrid > tbody > tr > th,
    .DataGrid > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

table.DataGrid tbody tr.DataGridItem:hover td {
    background-color: #fcf8e3;
}

table.DataGrid tbody tr.DataGridAlternatingItem:hover td {
    background-color: #fcf8e3;
}

/* Header **************************************/
.DataGrid th {
    font-family: verdana;
    font-size: 8pt;
}

.wordwrapping {
    word-break: break-all;
}

.DataGridHeader {
    background-color: #333533;
    color: #FFF;
    font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
}

    .DataGridHeader .money {
        background-color: #333533;
        color: #FFF;
        font-weight: bold;
        font-family: verdana;
        font-size: 8pt;
        text-align: right;
    }

    .DataGridHeader .center {
        background-color: #333533;
        color: #FFF;
        font-weight: bold;
        font-family: verdana;
        font-size: 8pt;
        text-align: center;
    }

    .DataGridHeader .descr {
        padding-left: 30px;
        word-wrap: break-word;
    }

    .DataGridHeader a {
        color: #FFF;
        font-weight: bold;
        font-family: verdana;
        font-size: 8pt;
    }

        .DataGridHeader a:hover {
            color: #FFF;
            font-weight: bold;
            font-family: verdana;
            font-size: 8pt;
        }

/* Item ********************************************/
.DataGridItem {
    color: black;
    background-color: white;
    font-family: verdana;
    font-size: 8pt;
    vertical-align: middle;
}

    .DataGridItem a {
        color: blue;
        font-family: verdana;
        font-size: 8pt;
    }

        .DataGridItem a:hover {
            color: blue;
            text-decoration: underline;
            font-family: verdana;
            font-size: 8pt;
        }

    .DataGridItem .descr {
        padding-left: 30px;
    }

/* AlternatingItem **************************************/
.DataGridAlternatingItem {
    color: black;
    background-color: #E9ECEF;
    font-family: verdana;
    font-size: 8pt;
    vertical-align: middle;
}

    .DataGridAlternatingItem a {
        color: blue;
        font-family: verdana;
        font-size: 8pt;
    }

        .DataGridAlternatingItem a:hover {
            color: blue;
            text-decoration: underline;
            font-family: verdana;
            font-size: 8pt;
        }

    .DataGridAlternatingItem .descr {
        padding-left: 30px;
    }

/******************************************************
* PopupGrid
******************************************************/
.PopupGrid {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: black;
    font-family: verdana;
    font-size: 8pt;
}

    .PopupGrid > tr > th,
    .PopupGrid > thead > tr > td,
    .PopupGrid > thead > tr > th,
    .PopupGrid > tbody > tr > td,
    .PopupGrid > tbody > tr > th,
    .PopupGrid > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

table.PopupGrid tbody tr.DataGridItem:hover td {
    background-color: #fcf8e3;
}

table.PopupGrid tbody tr.DataGridAlternatingItem:hover td {
    background-color: #fcf8e3;
}

/* Header **************************************/
.PopupGrid th {
    font-family: verdana;
    font-size: 8pt;
}

.PopuplayoutTable {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .PopuplayoutTable > thead > tr > th,
    .PopuplayoutTable > tbody > tr > td,
    .PopuplayoutTable > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

table.PopuplayoutTable tr:not(:first-child):hover td {
    background-color: #fcf8e3;
}

table.PopuplayoutTable tr:not(:first-child).Alternate:hover td {
    background-color: #fcf8e3;
}

table.PopuplayoutTable tr:not(:last-child):hover td {
    background-color: #fcf8e3;
}

table.PopuplayoutTable tr:not(:last-child).Alternate:hover td {
    background-color: #fcf8e3;
}

/***********************************************************
    Default DataGrid
***********************************************************/
.DefaultGrid {
    width: 100%;
    min-width: 750px;
    max-width: 100%;
    margin-bottom: 20px;
    color: black;
    font-family: verdana;
    font-size: 8pt;    
}

.layoutTable {
  width: 100%;
  min-width: 750px;
  max-width: 100%;
  margin-bottom: 20px;
}
    .layoutTable > thead > tr > th,
    .layoutTable > tbody > tr > td,
    .layoutTable > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

table.layoutTable tr:not(:first-child):hover td {
    background-color: #fcf8e3;
}

table.layoutTable tr:not(:first-child).Alternate:hover td {
    background-color: #fcf8e3;
}

table.layoutTable tr:not(:last-child):hover td {
    background-color: #fcf8e3;
}

table.layoutTable tr:not(:last-child).Alternate:hover td {
    background-color: #fcf8e3;
}

/* Header **************************************/
.LayoutHeader {
    background-color: #333533;
    color: #FFF;
    font-weight: bold;
    font-family: verdana;
    font-size: 8pt;
}

    .LayoutHeader a {
        color: white;
        font-family: verdana;
        font-size: 8pt;
    }

        .LayoutHeader a:hover {
            color: white;
            text-decoration: underline;
            font-family: verdana;
            font-size: 8pt;
        }

/* Item ********************************************/
.LayoutItem {
    color: black;
    background-color: white;
    font-family: verdana;
    font-size: 8pt;
    vertical-align: middle;
}

    .LayoutItem a {
        color: blue;
        font-family: verdana;
        font-size: 8pt;
    }

        .LayoutItem a:hover {
            color: blue;
            text-decoration: underline;
            font-family: verdana;
            font-size: 8pt;
        }

/* AlternatingItem **************************************/
.LayoutAlternatingItem {
    color: black;
    background-color: #E9ECEF;
    font-family: verdana;
    font-size: 8pt;
    vertical-align: middle;
}

    .LayoutAlternatingItem a {
        color: blue;
        font-family: verdana;
        font-size: 8pt;
    }

    .LayoutAlternatingItem a:hover {
        color: blue;
        text-decoration: underline;
        font-family: verdana;
        font-size: 8pt;
    }

.GrandTotals {
	background:black; 
	color:white; 
	font-weight:bold;
    padding: 5px 20px 5px 6px;
    font-family: Verdana;
    font-size: 11px;  
}

/********************************************************
  Holdings Report UI
********************************************************/
.criteriaFilter {    
    font-size: 8pt;  
    font-family: verdana;
    margin-right: -11px;
    margin-left: -11px;
    margin-bottom: 11px;
}

.criteriaFilterCellLayout {
    white-space: nowrap;
}

.criteriaFilterCell {
    padding-right: 11px;
    padding-left: 11px;
}

.chkbox {
    position: relative;
    display: block;
    font-weight: lighter;
}

.chkbox label {
    min-height:13px;
    padding-left:5px;
    padding-right: 5px;
    margin-bottom:0;
    font-weight:400;
    cursor:pointer
}

/*******************************************
* Error 
*******************************************/
.ErrorContent {
  font-size: 11pt;  
  font-family: Century Gothic;

}

#ErrContainer {
  display: table;
  width: 100%;
  color: #333333;
  background: #FFFFFF;
  vertical-align: middle;
}

#ErrLeft {
  display: table-cell;
  width: 45px;
  vertical-align: middle;
  background: darkred;
  color: #FFFFFF;
  border: 1px solid darkred;
  -ie-border-radius: 5px; 
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 3px 3px 3px;
}

#ErrContent {
  display: table-cell;
  font-size: 8pt;  
  vertical-align: middle;
  color: darkred;
  font-family: Century Gothic;
  font-weight: bold;
  font-size: 20pt;
  padding: 0px 5px;
}

/*******************************************
* Div table - content
*******************************************/
.EHeader {  
  width: 100%;
  color: #FFFFFF;
  background: #333333;
  vertical-align: middle;
  font-family: verdana;
  font-weight: bold;
  font-size: 11pt;
  padding: 5px 5px;
}

/*******************************************
* confirmation screen
*******************************************/
/*.ConClearTable {
    display: table;
    font-size: 8pt;
    font-family: verdana;
}

.ConClearTable-row {
    display: table-row;
    clear: both;
}

    .ConClearTable-row .RegCell {
        display: table-cell;
        font-family: Verdana;
        font-size: 9pt;
        color: darkslategray;
        width: 175px;
        padding: 3px 2px 3px 10px;
        background-color: white;
        border-bottom: 1px dashed darkslategray;
    }

    .ConClearTable-row .longcell {
        display: table-cell;
        font-family: Verdana;
        font-size: 9pt;
        color: darkslategray;
        width: 550px;
        padding: 3px 2px 3px 10px;
        background-color: white;
        border-bottom: 1px dashed darkslategray;
    }

    .ConClearTable-row .BoldCell {
        display: table-cell;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: bold;
        color: #333533;
        width: 200px;
        padding: 3px 2px 3px 10px;
        background-color: white;
        border-bottom: 1px dashed darkslategray;
    }

    .ConClearTable-row .SubLabel {
        font-size: 9pt;
        color: grey;
        font-weight: normal;
    }*/

/*******************************************
* confirmation screen
*******************************************/
.divDataTable {
    display: grid;
    grid-template-columns: 215px 190px 215px 190px;
    font-size: 8pt;
    font-family: verdana;
}

    .divDataTable .BoldCell {
        font-family: Verdana;
        font-size: 9pt;
        font-weight: bold;
        color: #333533;
        width: 213px;
        padding: 3px 2px 3px 10px;
        background-color: white;
        /*border-bottom: 1px dashed darkslategray;*/
        border-bottom: 1px dashed #9198e5;
    }

    .divDataTable .DetailHeader {
        font-family: Verdana;
        font-size: 9pt;
        font-weight: bold;
        color: #FFF;
        width: 213px;
        padding: 3px 2px 3px 10px;
        background-color: #333533;
        border: 1px solid lightgray;
    }

    .divDataTable .DetailHeaderLeft {
        grid-column: 1 / 3;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: bold;
        color: #FFF;
        width: 400px;
        padding: 3px 2px 3px 10px;
        background-color: #333533;
        border: 1px solid lightgray;
    }

    .divDataTable .DetailHeaderRight {
        grid-column: 3 / 5;
        width: 400px;
        font-family: Verdana;
        font-size: 9pt;
        font-weight: bold;
        color: #FFF;
        width: 400px;
        padding: 3px 2px 3px 10px;
        background-color: #333533;
        border: 1px solid lightgray;
    }

    .divDataTable .RegCell {
        font-family: Verdana;
        font-size: 9pt;
        color: darkslategray;
        width: 187px;
        padding: 3px 2px 3px 10px;
        background-color: white;
        /*border-bottom: 1px dashed darkslategray;*/
        border-bottom: 1px dashed #9198e5;
    }

    .divDataTable .LongCell {
        grid-column: 2 / 5;
        font-family: Verdana;
        font-size: 9pt;
        color: darkslategray;
        padding: 3px 2px 3px 10px;
        background-color: white;
        border-bottom: 1px dashed darkslategray;
    }

    .divDataTable .SubLabel {
        font-size: 9pt;
        color: grey;
        font-weight: normal;
    }

/*******************************************
* Reconciliation page
*******************************************/
.RecContainer {
    display: grid;
    grid-template-columns: 252px 642px 642px;
    grid-gap: 20px;
    padding: 0px;
}

.RecShortDisplay {
    width: 252px;
    display: grid;
    grid-template-columns: 250px;
    padding: 0px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
}

    .RecShortDisplay .DisplayHeader {
        grid-column: 1 / 2;
        grid-row: 1;
        padding: 10px;
    }

    .RecShortDisplay .RegCell {
        grid-row: 2;
        padding: 20px;
        font-size: 12pt;
        background-color: white;
        color: darkslategray;
    }

    .RecShortDisplay .BoldCell {
        font-weight: bold;
        grid-row: 2;
        padding: 20px;
        font-size: 12pt;
        background-color: white;
        color: darkslategray;
    }

    .RecShortDisplay .SubLabel {
        font-size: 9pt;
        color: grey;
        font-weight: normal;
    }

.RecLongDisplay {
    width: 642px;
    display: grid;
    grid-template-columns: 190px 35px 190px 35px 190px;
    padding: 0px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
}

    .RecLongDisplay .DisplayHeader {
        grid-column: 1 / 6;
        grid-row: 1;
        padding: 10px;
    }

    .RecLongDisplay .RegCell {
        grid-row: 2;
        padding: 20px;
        font-size: 12pt;
        background-color: white;
        color: darkslategray;
    }

    .RecLongDisplay .BoldCell {
        font-weight: bold;
        grid-row: 2;
        padding: 20px;
        font-size: 12pt;
        background-color: white;
        color: darkslategray;
    }

    .RecLongDisplay .SubLabel {
        font-size: 9pt;
        color: grey;
        font-weight: normal;
    }

.RecLongContainer {
    display: grid;
    grid-template-columns: 642px 1542px;
    grid-gap: 20px;
    padding: 0px;
}

.RecDisplay {
    /*width: 642px;*/
    display: grid;
    grid-template-columns: 190px 35px 190px 35px 190px 35px 190px 35px 190px 35px 190px 35px 190px;
    padding: 0px;
    background-color: whitesmoke;
    border: 1px solid lightgray;
}

    .RecDisplay .DisplayHeader {
        grid-column: 1 / 14;
        grid-row: 1;
        padding: 10px;
    }

    .RecDisplay .RegCell {
        grid-row: 2;
        padding: 20px;
        font-size: 12pt;
        background-color: white;
        color: darkslategray;
    }

    .RecDisplay .BoldCell {
        font-weight: bold;
        grid-row: 2;
        padding: 20px;
        font-size: 12pt;
        background-color: white;
        color: darkslategray;
    }

    .RecDisplay .SubLabel {
        font-size: 9pt;
        color: grey;
        font-weight: normal;
    }
    
/*******************************************
* dark button
*******************************************/
.btn-dark {
    color: #fff;
    background-color: #6e8d99;
    border-color: #6e8d99;
}

    .btn-dark:hover {
        color: #FFFFFF;
        background-color: #37464c;
        border-color: #4d626b;
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #FFFFFF;
        background-color: #37464c;
        border-color: #4d626b;
        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
    }

    .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
        color: #FFFFFF;
        background-color: #37464c;
        border-color: #4d626b;
    }

        .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
        }

    .btn-dark:disabled, .btn-dark.disabled {
        color: #FFFFFF;
        background-color: #6e8d99;
        border-color: #6e8d99;
    }

.btn-secondary {
    color: #fff;
    background-color: #9bb5c2;
    border-color: #9bb5c2;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #4d5a61;
        border-color: #6c7e87;
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        color: #fff;
        background-color: #4d5a61;
        border-color: #6c7e87;
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e;
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        color: #fff;
        background-color: #9bb5c2;
        border-color: #9bb5c2;
    }