@import url("//tools.eurolandir.com/tools/shareseries/./../Config/footer.css");
/* Not Found: /Config/ShareSeries.css */
/* Not Found: ./../Config/Company/qa-qibk/qa-qibk.css */
/************************************************************************* FONT DECLARATIONS *****************************************************************************/
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,700");
/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

/***************************************************************************** MAIN RULES ********************************************************************************/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    margin:0 auto;
    background:transparent;
}
.hyperlink,
.cookies-box a,
.text-column,
.data-column,
.tab,
.nav-tab {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
#wrapper {
    width:100%;
    margin: 0 auto;
    position: relative;
}
.main-heading {
    display: none;
}

/*************************************************************************** TABS CONTROL **********************************************************************************/
.navigator {
    margin-top: 0.15em;
    margin-bottom: 2.5em;
}
.nav-tab {
    float:none;
    display:inline-block;
    margin-left: -0.08em;
    margin-top: 1em;
}
#nav {
    padding: 0;
    font-size: 0;
    text-align:center;
}
.tab {
    float: none;
    display: inline-block;
    height: auto;
    line-height: normal;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 2.0em;
    padding-right: 2.0em;
    text-transform: none;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    box-sizing: border-box;
	
    background: transparent;
    border: 0.16em solid #D9E6EE;
	color: #134576;
	
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;    
    margin-left: -0.08em;
}
.tab:hover,
.tab:active {
    background: #1A7BB2;
    border: 0.16em solid #1A7BB2;
	color:#FFFFFF;
}
.tabselected,
.tabselected:hover,
.tabselected:active {
    background: #1A7BB2;
    border-color: #1A7BB2;
	color: #FFFFFF;

    position: relative;
    top: 0px;
    left: 0px;
}
.tabselected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.0em;
    border-left: 1.0em solid transparent;
    border-right: 1.0em solid transparent;
    border-top: 1.0em solid #1A7BB2;
}
.tab_left,
.tab_right {
    display:none!important;
}

/*************************************************************************** TABLE RULES ***********************************************************************************/
.border-outline {
    border-collapse: collapse;
}

/*Name column header*/
.table-share-label {
    text-align:left;
    color: #FFFFFF;
    font-size:1em;
    font-weight: bold;
    background: #1A7BB2;
}
/*Name column data*/
td.table-share-row-even:first-child,
td.table-share-row-odd:first-child {    
    border-right: 0em solid #FFFFFF !important;    
    text-align: left;
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    background: transparent;
}

/*Data column header*/
.table-share-value {
    border-left: 0em solid #FFFFFF !important;
    text-align: right;
    color: #FFFFFF;
    font-size:1em;
    font-weight: bold;
    background: #1A7BB2;
}
/*Data column data*/
table.border-outline tr + tr td + td {    
    text-align: right;
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    background: transparent;
}
div.data-column {
	text-align: inherit;
}
/*Odd/even control*/
.table-share-row-even {
    background: #D9E6EE!important;
}
.table-share-row-odd {
    background: transparent!important;
}
/*Tablerow header bottom-border */
.table-share-label,
.table-share-value {
    border-bottom: 0em solid #FFFFFF !important;
}
/*Tablerow data bottom-border*/
.table-share-row-even,
.table-share-row-odd,
table.border-outline tr + tr td + td {
    border-bottom: 0em solid #FFFFFF !important;
}
/*Whole table*/
table.border-outline td.table-share-label,
table.border-outline td.table-share-value {
    border-top: 0em solid #FFFFFF;
}

table.border-outline td.table-share-label,
table.border-outline tr td:first-child {
    border-left: 0em solid #FFFFFF;
}

table.border-outline td.table-share-value,
table.border-outline tr td:last-child {
    border-right: 0em solid #FFFFFF;
}
table.border-outline tr:last-child td {
    border-bottom: 0em solid #FFFFFF;
}
/*padding / width / vertical alignment control for table*/
.table-column-headings {
    width:50%;
}

.text-column,
.data-column {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;

    height: auto;
    line-height: normal;
    vertical-align: bottom;
}
.data-column img {
    display:none;
}
/************************************************************************* + / - ***********************************************************************************************/
.share-price-value-increase-color {
    color: #5EA814;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right:1em;
}
.share-price-value-increase-color:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #5EA814;
}
.share-price-value-decrease-color {
    color: #FF0055;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    padding-right:1em;
}
.share-price-value-decrease-color:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #FF0055;
}

/********************************************************************* FOOTER & LINKS ******************************************************************************************/
.footer-box {
    padding-top: 5em;
    position: relative;
    top: 0px;
    left: 0px;

    padding-top: 5em;
}
.footer-box .hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #1A7BB2;
    text-decoration: none;
    font-style: none;
    font-weight: normal;
}
.footer-box .hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover,
.footer-box .hyperlink:active,
.disclaimer-box a:active,
.cookies-box a:active {
    color: #C5845C;
    text-decoration: underline;
    font-style: none;
    font-weight: none;
}

/********************************************************************** PRINT BUTTON *******************************************************************************************/
.print .icon {
    display:none;
}
.print .hyperlink,
.print .hyperlink:active {
    background: #00B0DC;

    color: #FFFFFF !important;

    padding: 1em;

    border: 0px;

    font-weight: bold;

    border-radius: 0px;
    height: auto;
    line-height: normal;
    text-transform: none;
	
	text-decoration: none;

    transition: background 0.5s, color 0.5s, border 0.5s;
}
.print .hyperlink:hover {
    background: #888888;

    color: #FFFFFF !important;

    font-weight: bold;

    border: 0px;

    cursor: pointer;

    text-decoration:none;
}
.print {
    width: 100%;
    text-align:center;
    position:absolute;
    top: 2em;
    left: 0;
}
body.body-rtl .disclaimer-box, body.body-rtl .cookies-box {
    text-align: left;
}
