@import url("//tools.eurolandir.com/tools/shareseries/./../Config/footer.css");
/* Not Found: /Config/ShareSeries.css */
/* Not Found: ./../Config/Company/ca-cxm/ca-cxm.css */
/************************************************************************* FONT DECLARATIONS *****************************************************************************/

@import url("//fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&display=swap");


/* @font-face {
	font-family: 'Georama';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("//tools.eurolandir.com/tools/shareseries/Config/Company/ca-cxm/fonts/Georama-Regular.ttf") format('truetype');
}
@font-face {
	font-family: 'Georama-reg';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("//tools.eurolandir.com/tools/shareseries/Config/Company/ca-cxm/fonts/Georama-Regular1.ttf") format('truetype');
} */

/*********************************************************************** FONT DECLARATIONS END ***************************************************************************/

/***************************************************************************** MAIN RULES ********************************************************************************/
body {
    font-size: 16px;
    font-family: "Georama", sans-serif;
	color: #253F5C;
    margin:0 auto;
    background:transparent;
}
.hyperlink,
.cookies-box a,
.text-column,
.data-column,
.tab,
.nav-tab {
    font-family: "Georama", sans-serif;
	font-size: 16px;
}
#wrapper {
    width:100%;
    max-width: 1200px;
    /* margin: 0 auto !important; */
    position: relative;
}
.main-heading {
    display: none;
}

/*************************************************************************** TABS CONTROL **********************************************************************************/
.navigator {
    margin-top: 0.15em;
    margin-bottom: 2.5em;
	padding-top: 1em;
	
	position: relative;
	z-index: 0;
}
.navigator:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0em;
	width: 100%;
	height: 0em;
	z-index: 0;
	
  border-bottom: 1px solid #D1CCC8;	
}
.nav-tab {
    float:none;
    display:inline-block;
    margin-left: -0.08em;
    
	margin: 0.0em 0.08em 0.0em 0.08em;
}
#nav {
    padding: 0;
    font-size: 0;
    text-align: center;
	
}
.tab_left,
.tab_right {
	display: none !important;
}
.tab {
    float: none;
    display: inline-block;
    height: auto;
    line-height: 24px;
	box-sizing: border-box;
	
    padding-top: 1.0em !important;
    padding-right: 2.0em;    
	padding-bottom: 1.0em !important;
    padding-left: 2.0em;
    
	font-family: inherit;
	font-weight: 600 !important;
	font-size: 1.0em;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	border-top: 0em solid #253F5C;
	border-right: 0em solid #253F5C;
	border-bottom: 4px solid transparent;
	border-left: 0em solid #253F5C;
	
    background: #FFFFFF;
    color: #253F5C;
	
    transition: all 5ms ease-in-out;
    position: relative;
	top: 0.3em;
	left: 0em;
}

.tabselected,
.tabselected:hover,
.tabselected:active,
.tab:hover,
.tab:active {
    background: #FFFFFF;
	color: #FF5700;	
	border-top: 0em solid #586269;
	border-right: 0em solid #586269;
	border-bottom: 4px solid #FF5700;
	border-left: 0em solid #586269;
    line-height: 24px;
}

.tabselected:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0em;
    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
    border-top: 0px solid #D1CCC8;
    border-bottom: 4px solid #D1CCC8;
}
.tab_left,
.tab_right {
    display:none !important;
}

/*************************************************************************** TABLE RULES ***********************************************************************************/

/*** Table ***/

.border-outline {
	border-collapse: collapse;
    border-spacing: 0px;
	width: 100%;
}

/*** Inner Borders ***/

.table-column-headings.table-share-value {
	border-left: 0em solid #D1CCC8;
}

.border-inline:last-child {
	border-left: 0em solid #D1CCC8;
}

/* .border-inline {
	border-bottom: 0.08em solid #D1CCC8  !important;
} */

/*** Outter borders ***/

.table-column-headings {
	border-top: 0em solid #D1CCC8;
}

.border-inline:first-child,
.table-column-headings.table-share-label {
	border-left: 0em solid #D1CCC8;
}
.border-inline:last-child,
.table-column-headings.table-share-value {
	border-right: 0em solid #D1CCC8;
}
.border-outline tr:last-child .border-inline {
	border-bottom: 0em solid #D1CCC8;
}

/*** Header Top/Bottom Borders ***/

.table-column-headings {
	border-top: 0em solid #D1CCC8;
	border-bottom: 1px solid #D1CCC8;
}

/*** Header Left/Right Borders ***/

.table-column-headings.table-share-label {
	border-left-color: #D1CCC8;
}

.table-column-headings.table-share-value {
	border-right-color: #D1CCC8;
}

/*** Table Backgrounds ***/

/*** Head ***/

.table-column-headings.table-share-label {
	background: #FFFFFF;
	color: #253F5C;
	text-align: left;
	
	font-weight: 600;
	text-transform: none;
    border-bottom: 3px solid #253F5C;
}
.table-column-headings.table-share-value {
	background: #FFFFFF;
	color: #253F5C;
	text-align: right;

	font-weight: 600;
	text-transform: none;
    border-bottom: 3px solid #253F5C;
}

/*** Body ***/
/* 
.table-share-row-even.border-inline {
	background: #FFFFFF  !important;
}
.table-share-row-odd.border-inline {
	background: #FFFFFF  !important;
} */

.border-inline:first-child {
	/* background: #F0EBE8; */
	text-align: left;
	color: #253F5C;
	
	font-weight: normal;
	text-transform: none;
}
.border-inline:last-child {
	/* background: #FFFFFF; */
	text-align: right;
	color: #253F5C;
	
	font-weight: normal;
}

/*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;
}

table tr, th {
    border-bottom: 1px solid #abb1b4;
}

.data-column img {
    display:none;
}
/************************************************************************* + / - ***********************************************************************************************/
.share-price-value-increase-color {
    color: #557b00;
    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 #557b00;
}
.share-price-value-decrease-color {
    color: #db3c30;
    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 #db3c30;
}

/********************************************************************* 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: #253F5C;
    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: #FF5700;
    text-decoration: underline;
    font-style: none;
    font-weight: none;
}

/********************************************************************** PRINT BUTTON *******************************************************************************************/
.print .icon {
    display:none;
}
.print .hyperlink,
.print .hyperlink:active {
	
	height: auto;
    line-height: normal;
	text-decoration: none;
	
	font-family: inherit;
	font-size: 1.0em;
	font-weight: 600 !important;
	color: #FFFFFF !important;
	text-transform: none;
	
	padding: 1.0em 1.0em 1.0em 1.0em;
	
	border: 1px solid #253F5C;	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
    background: #253F5C;
    color: #FFFFFF !important;
	
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.print .hyperlink:hover {
	
	cursor: pointer;
    text-decoration:none;
	font-weight: 600 !important;
	
    background: #586269;
    color: #FFFFFF !important;
	border-color: #586269;
}
.print {
    width: 100%;
    text-align:center;
    position:relative;
    top: -5em;
    left: -79px;
}

/*******************************************New Style****************************************************************/



 .text-column {
  border-left: 0px solid #ccc;
  

  }
 
  .border-inline:first-child{
   background: transparent ;
 
  }
  .cookies-box a,.disclaimer-box, .cookies-box,.hyperlink,.supplied {
    font-size: 13px;
  }
  @media (max-width: 990px){
  .text-column {
    white-space: nowrap;
  }}
  @media (max-width: 790px){
  table#header_table tr, table#header_table tr td {
    width: auto;
    display: revert !important;
  }
  .table-share-row-even.border-inline {
    background: #FFFFFF  !important;
}
.table-share-row-odd.border-inline {
	
   
    background: #F0EBE8  !important;
} 
.text-column {
    white-space: nowrap;
  }
}
  @media(max-width:480px){
    table#header_table tr {
        font-size: 15px;
    }
    .text-column,
    .data-column {
       
        border:0px solid #abb1b4;
        
    }
    }
    tr[order="0"], tr[order="2"], tr[order="4"], tr[order="6"], tr[order="8"], tr[order="10"], tr[order="12"], tr[order="14"], tr[order="16"], tr[order="18"], tr[order="20"]{
        background: #F0EBE8;
        border-bottom: 1px solid #D1CCC8;
      }



      /****************************************************************** BUTTON HOVER ******************************************************************/ 

    .print .hyperlink::after {
        content: '';
        position: absolute;
        z-index: -1;
        transition: all .3s ease-out;
        background: #FF5700;
    } 
    
    .print .hyperlink::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #FF5700;
        z-index: -1;
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform-origin: 0 100%;
        transition: transform .3s,opacity .3s,background-color .3s;
    }
    
    .print .hyperlink:hover::after {
        opacity: 1;
        background-color: #FF5700;
        transform: rotate3d(0, 0, 1, 0deg);
        transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    } 
    
    .print .hyperlink {
        position: absolute !important;
        cursor: pointer;
        z-index: 0;
        transition: all .3s ease-out;
        overflow: hidden !important;
    }
    
    
    /****************************************************************** BUTTON DEFAULT ******************************************************************/
    
     /* .hyperlink,
     .hyperlink:link,
     .hyperlink:visited {
        
        font-family: inherit;
        font-size: 1.0em;
        font-weight: 600 !important;
        color: #FFFFFF;
        text-transform: none;
        
        margin: 0.5em;
        padding: 1.0em 1.0em 1.0em 1.0em;
        
        border: 0em solid #253F5C;	
        border-radius: 0.0em 0.0em 0.0em 0.0em;
        background: #253F5C;
        
        transition: background 0.5s, color 0.5s, border 0.5s;	
        text-decoration: none;	
        overflow: hidden !important;
    } */
     .print .hyperlink:active,
     .print .hyperlink:hover {
        text-decoration: none;
        
        background: #FF5700;
        color: #253F5C !important;
        border: 1px solid #FF5700;
    
    
    }
    
    
    
    /****************************************************************** END OF BUTTON DEFAULT ******************************************************************/
    
  /****************************************************************** START OF RESPONSIVE ******************************************************************/
    


/* Responsiveness */
@media (max-width:360px) {
    .tab {
        height: auto;
        background: #F0EBE8;
        font-size: 16px;
        margin: 5px;
        width: 78%;
        display: inline-grid;
        border-top: 0em solid #586269 !important;
        border-right: 0em solid #586269 !important;
        border-bottom: 0px solid #FF5700 !important;
        border-left: 0em solid #586269 !important;
    }
    .tabselected, .tabselected:hover, .tabselected:active, .tab:hover, .tab:active {
        background: #FF5700 !important;
        color: #fff !important;
        border-top: 0em solid #586269 !important;
        border-right: 0em solid #586269 !important;
        border-bottom: 0px solid #FF5700 !important;
        border-left: 0em solid #586269 !important;
      }
      .nav-tab {
        width: 80%;
        text-align: center;
        margin: 0px;
      }
}



    /****************************************************************** END OF RESPONSIVE ******************************************************************/
    
