/*Shared*/
.ig_Control {
    font-family: 'Roboto Condensed'; /*controlfont*/
    font-size: 17px;
}

.igpnl_GroupBoxControl {
    background-color: #F9F9F9;
    font-family: 'Roboto';
    font-size: 16px;
    border: solid 1px #c0c0c0;
}

tbody > tr > td {
    font-family: 'Roboto';
    font-size: 16px;
}

#tdSidebar {
    height: 100%;
    vertical-align: top;
    background-color: #052460;
    text-align: left;
    border-left: #052460 4px solid;
    border-right: #052460 8px solid;
    border-bottom: #052460 8px solid;
}

#tdCanvas {
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: top;
    background-color: #052460;
}

#tdOverview {
    height: 100%;
    vertical-align: top;
    text-align: center;
    background-color: #F9F9F9;
    border: solid 1px #c0c0c0;
}

#divOverview {
    overflow: auto;
}

#divImplications {
    overflow: auto;
    height: 100%;
    text-align: center;
}

#grpImplications_divImplications {
    overflow: auto;
    height: 100%;
    text-align: center;
}

tr[id*=trAction] {
    height: 30px;
    background-color: #0089D0;
    color: #ffffff;
    border: solid 1px #052460;
}

#btnPrint {
    width: 65px;
    height: 26px;
}

/*Normal grid*/
.igg_Control {
    background-color: #F9F9F9;
    font-family: 'Roboto Condensed';
    font-size: 17px;
}

tbody > tr.igg_Header {
    font-family: 'Roboto Condensed';
    font-size: 17px;
    background-image: none;
    background-color: #F9F9F9;
}

    tbody > tr.igg_Header > td > div > table {
        font-family: 'Roboto Condensed';
        font-size: 17px;
        height: 25px;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

tbody > tr > th.igg_HeaderCaption {
    background-color: #e0e0e0;
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: normal;
    border-right-color: #ffffff;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 1px;
}

tbody > tr.igg_FilterRow > td {
    background-color: #e0e0e0;
    background-image: none;
    border-right: solid 1px white;
}

tbody.igg_Item > tr > td {
    height: 20px;
    border-style: none;
    background-color: #F9F9F9;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    padding: 0px 5px 0px 5px;
    border-bottom: 1px solid lightgrey; /*lines for all*/
}

tbody > tr > td.Report {
    border-bottom: solid 1px silver;
}

tbody > tr > td.igg_SelectedCell {
    background-color: #CAD3E4;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    color: #ffffff;
}

tbody > tr > td.EditableCell {
    background: White !important;
    border: groove 1px silver;
}

tbody > tr > td.igg_SelectedCell.EditableCell {
    color: black;
}

.igg_FooterCaption {
    line-height: 0px;
}

.igg_Summary {
    padding-right: 8px;
    background-color: #e0e0e0;
    font-weight: normal;
}

tbody.igg_Item > tr.GridHighlightRowRed {
    color: red;
}

tbody.igg_Item > tr.GridHighlightRowGreen {
    color: green;
}

tbody.GridLines > tr > td {
    border-bottom: 1px solid lightgrey;
}

tbody > tr > td.HighlightCellAction {
    color: #a2aecf;
}

tbody > tr > td.HideInputControl > input {
    display: none;
}

.igg_Pager /*hide it*/ {
    height: 0px;
    padding: 0px;
}

/*Overview Grid*/
.igg_Control.OverView {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

    .igg_Control.OverView > table > tbody > tr > td > table > tbody > tr.igg_Header {
        font-family: 'Roboto Condensed';
        font-size: 17px;
        background-image: none;
        background-color: #052460;
        visibility: visible;
    }

tbody > tr.igg_Header.OverView > td {
    font-family: 'Roboto Condensed';
    font-size: 17px;
    border-bottom: none;
}

tbody > tr > th.igg_HeaderCaption.OverView {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: none; /*solid 1px #052460;*/
    background-color: #F9F9F9; /*#ffffff;*/
    color: #052460;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: Bold;
    text-wrap: avoid;
}

tbody.igg_Item.OverView > tr > td {
    border-top: none; /*dotted 1px #052460; none;*/
    border-bottom: none; /**/
    border-right: none; /*solid 1px #052460;*/
    border-left: none;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: normal;
    visibility: visible;
}

/*Blank Grid*/
.igg_Control.blank {
    border: none;
}

    .igg_Control.blank > table > tbody > tr > td > table > tbody > tr.igg_Header {
        font-family: 'Roboto Condensed';
        font-size: 17px;
        background-color: #F9F9F9;
        background-image: none;
        border: none;
        visibility: visible;
    }

        .igg_Control.blank > table > tbody > tr > td > table > tbody > tr.igg_Header > td {
            border: none;
        }

            .igg_Control.blank > table > tbody > tr > td > table > tbody > tr.igg_Header > td > div > table {
                border: none;
            }

tbody > tr > th.igg_HeaderCaption.blank {
    background-color: #F9F9F9;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: Bold;
    text-wrap: avoid;
}

tbody.igg_Item.blank > tr > td {
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: normal;
    border-bottom: none;
    visibility: visible;
}

    tbody.igg_Item.blank > tr > td.EditableCell {
        border-bottom: groove silver 1px;
    }

/*Hierarchy Grid*/
tbody.igg_Item > tr > td.GridHierarchyHighlight {
    background-color: #a2aecf;
    color: #000000;
    border: 5px outset white;
}

tbody.igg_Item > tr > td.GridHierarchyHighlight1 {
    background-color: #CAD3E4;
    border: 5px outset white;
}

/*Tab*/
.igtab_THControl {
    background-color: #F9F9F9;
}

.igtab_THHolder {
    background-color: #052460;
    background-image: none;
}

.igtab_THContentHolder {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    background-color: #F9F9F9;
}

.igtab_THContent {
    background-color: #F9F9F9;
}

.igtab_THText {
    font-family: 'Roboto';
    font-size: 16px;
}

.igtab_THTextHov {
    color: black;
}

.igtab_THTab {
    border-bottom-color: #8D8D8D;
}

    .igtab_THTab.igtab_THTabSel {
        height: 23px;
        background-color: #F9F9F9;
    }

/*InnerTab*/
.InnerTab {
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
}

.InnerTab.igtab_THHolder {
    background-color: #F9F9F9;
    background-image: none;
}

.InnerTab.igtab_THControl > .igtab_THContentHolder {
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #8D8D8D;
}

/*InnerTabEntity*/
.InnerTabEntity.igtab_THHolder {
    background-color: #F9F9F9;
    background-image: none;
}

.InnerTabEntity.igtab_THControl > .igtab_THContentHolder {
    border: none;
}

/*WebDataTree - side bar*/
.SideBarMain {
    color: #F9F9F9;
    background-color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    height: 100%;
    border: solid 1.5px #A5B8D0;
}

.igdt_NodeGroup {
    margin-top: 1px;
    margin-left: 1px;
}

.igdt_Node {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    line-height: 18px;
}

.igdt_NodeRoot {
    color: #000000;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: normal;
}

.SideBarNodeActive {
    background-color: #f0f0f0;
    color: #000000;
    border: solid 1px !important;
}

.SideBarNodeLowEntity {
    color: #8ca4c6;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: bold;
}

.SideBarNodeMainEntity {
    color: #a2aecf;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: bold;
}

.SideBarNodeEntity {
    color: #8ca4c6;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: bold;
}

.SideBarNodeItalic {
    font-style: italic;
}

/*SideBarListedInvestor*/
.SideBarListedInvestor {
    background-color: #F9F9F9;
}

.igdt_NodeGroup.SideBarListedInvestor {
    margin-top: 10px;
}

.igdt_NodeRoot.SideBarListedInvestor {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.igdt_NodeGroup.SideBarListedInvestor {
    margin-right: 10px;
}

.igdt_NodeHolder.SideBarListedInvestor {
    padding-bottom: 10px;
}

.igdt_Node.SideBarListedInvestor {
    padding: 8px 20px 8px 20px;
    border: 1px solid;
    display: block;
}

.SideBarNodeLevel0.SideBarListedInvestor {
    color: #a2aecf;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: bold;
}

/*SideBarListedCompanyIssuer*/
.SideBarListedCompanyIssuer {
    background-color: #F9F9F9;
}

.igdt_NodeGroup.SideBarListedCompanyIssuer {
    margin-top: 10px;
}

.igdt_NodeRoot.SideBarListedCompanyIssuer {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.igdt_NodeGroup.SideBarListedCompanyIssuer {
    margin-right: 10px;
}

.igdt_NodeHolder.SideBarListedCompanyIssuer {
    padding-bottom: 10px;
}

.igdt_Node.SideBarListedCompanyIssuer {
    padding: 8px 20px 8px 20px;
    border: 1px solid;
    display: block;
    overflow: hidden;
}

.SideBarNodeLevel2.SideBarListedCompanyIssuer {
    color: #a2aecf;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    font-weight: bold;
    border: none;
}

.SideBarNodeLevel3.SideBarListedCompanyIssuer {
    border: none;
}

.SideBarNodeLevel4.SideBarListedCompanyIssuer {
    border: none;
}

/* Dialog box */
.igdw_HeaderCornerLeft {
    font-family: 'Roboto';
    font-size: 16px;
    background-image: none;
    background-color: #052460;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
}

.igdw_HeaderContent {
    font-family: 'Roboto';
    font-size: 16px;
    background-image: none;
    background-color: #052460;
    border-top: solid 1px #666666;
}

.igdw_HeaderCornerRight {
    font-family: 'Roboto';
    font-size: 16px;
    background-image: none;
    background-color: #052460;
    border-right: solid 1px #666666;
    border-top: solid 1px #666666;
}

.igdw_BodyEdgeLeft {
    background-color: #052460;
    background-repeat: repeat-y;
    border-right: solid 1px #BBBBBB;
    border-left: solid 1px #666666;
    width: 6px;
}

.igdw_BodyEdgeRight {
    background-color: #052460;
    border-right: solid 1px #666666;
    border-left: solid 1px #BBBBBB;
    width: 6px;
}

.igdw_BodyEdgeBottom {
    background-color: #052460;
    background-repeat: repeat-x;
    background-image: none;
    font-size: 1px;
    border-bottom: solid 1px #666666;
    height: 15px;
}

.igdw_BodyCornerBottomLeft {
    background-color: #052460;
    background-repeat: no-repeat;
    background-image: none;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 1px;
    height: 14px;
    width: 9px;
}

.igdw_BodyCornerBottomRight {
    background-color: #052460;
    background-repeat: no-repeat;
    background-image: none;
    background-position: right top;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 1px;
    height: 14px;
    width: 9px;
}

.igtxt_Edit {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    outline: 0;
}

.igte_Edit {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    outline: 0;
}

.igte_TextArea {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    border: solid 1px #999999;
    outline: 0;
    resize: none;
}

.igte_EditInContainer {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    background-color: Transparent;
    border-width: 0px;
    outline: 0;
}

.igte_Focus {
    background-image: none;
    background-color: #FFFFFF;
    border-color: #000000; /*#FF9933;*/
}

.genericText {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

.genericHeader {
    font-size: 31.768px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

h1 {
    color: #052460;
    font-size: 31.768px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-size: 23.104px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

span {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

div {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

p {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

li {
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
}

    input[type=text] {
        font-family: 'Roboto Condensed'; /*controlfont*/
        font-size: 17px;
        font-style: normal;
        font-weight: normal;
        width: 90%;
        border: solid 1px #999999;
        padding-left: 3px;
    }

    input[type=button] {
        width: auto;
        color: #ffffff;
        background-color: #0089D0;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: bold;
        border: outset 1px #c0c0c0;
    }

    input[type=submit] {
        width: auto;
        color: #ffffff;
        background-color: #0089D0;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: bold;
        border: outset 1px #c0c0c0;
    }

    input[type=checkbox] {
        width: auto;
    }

    input[type=image] {
        font-family: 'Roboto Condensed'; /*controlfont*/
        font-size: 17px;
        font-style: normal;
        font-weight: normal;
        text-align: left;
        width: auto;
    }

    input[type=radio] {
        width: auto;
    }

textarea {
    font-family: 'Roboto Condensed'; /*controlfont*/
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    border: solid 1px #c0c0c0;
    width: 90%;
    padding-left: 3px;
}

select {
    font-family: 'Roboto Condensed'; /*controlfont*/
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    border: solid 1px #c0c0c0;
    width: 90%;
}

.formTabControl {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Roboto Condensed'; /*controlfont*/
    font-size: 17px;
    border: solid 1px #999999;
}

.overviewCaption {
    /*color: #052460;*/
    color: #0089D0;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
}

.tableViewControl {
    width: auto;
    color: #000000;
    background-color: #e0e0e0;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    text-decoration: none;
    border-style: none;
}

    .tableViewControl input:focus.tableViewControl, select:focus.tableViewControl, input:hover.tableViewControl, select:hover.tableViewControl {
        border: solid 1px #c0c0c0;
        background-color: #ffffff;
    }

.mnuMain {
    width: 100%;
    color: #ffffff;
    background-color: #0089D0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    border-style: none;
}

.mnuMainHover {
    width: 100%;
    color: #ffffff;
    background-color: #A5B8D0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    border-style: none;
}

.mnuAction {
    width: 100%;
    height: 30px;
    color: #ffffff;
    background-color: #052460;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    border-style: none;
}

.mnuActionHover {
    width: 100%;
    height: 30px;
    color: #ffffff;
    background-color: #A5B8D0;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    border-style: none;
}

/* Page Header */
.pageHeader {
    background-color: #ffffff;
    color: #808080;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    font-weight: normal;
}

.pageHeaderCurveLeft {
    width: 32px;
    height: 32px;
    background-position: bottom right;
    background-image: url('../image/HeaderCurveLeft.gif');
    background-repeat: no-repeat;
    background-color: #0089D0;
}

.pageHeaderCurveRight {
    width: 32px;
    height: 32px;
    background-position: bottom left;
    background-image: url('../image/HeaderCurveRight.gif');
    background-repeat: no-repeat;
    background-color: #0089D0;
}

.pageHeaderTitle {
    background-color: #0089D0;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 900;
    vertical-align: bottom;
    text-align: center;
}

#Header1_tblHeader {
    font-family: 'Roboto Condensed';
    font-size: 14px;
    width: 100%;
    background-color: #ffffff;
    background-image: url('../image/sevenGNewColours.jpg');
    background-repeat: no-repeat;
}

#Header1_lnk7GLogo {
    display: none;
}

.overviewPageNotificationTable {
    height: 20px;
    color: #0089D0;
    background-color: #F9F9F9;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    /*border: solid 1px #75C9EB;*/
}

    .overviewPageNotificationTable a {
        color: #0089D0;
    }

.overviewPageTableTR {
    height: 30px;
    color: #ffffff;
    background-color: #0089D0;
    font-family: 'Roboto';
    font-size: 16px;
}

    .overviewPageTableTR a {
        color: #ffffff;
        font-weight: bold;
    }

.overviewPageLimitedTableTR {
    height: 20px;
    color: #052460;
    background-color: #F9F9F9;
    font-family: 'Roboto';
    font-size: 16px;
}

    .overviewPageLimitedTableTR a {
        color: #052460;
        font-weight: normal;
    }

.overviewPageLimitedTableLeftTD {
    font-family: 'Roboto';
    font-size: 16px;
    text-align: left;
    /*border-top: #75C9EB 1px solid;
    border-left: #75C9EB 1px solid;
    border-bottom: #75C9EB 1px solid;*/
}

.overviewPageLimitedTableRightTD {
    text-align: right;
    /*border-top: #75C9EB 1px solid;
    border-right: #75C9EB 1px solid;
    border-bottom: #75C9EB 1px solid;*/
}

.overviewPageTableCaptionRowTR {
    color: #052460;
    font-weight: bold;
    height:30px;
    vertical-align: bottom;
    /*background-color: #052460;
    color: #ffffff;*/
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7Cw.woff) format('woff');
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
