  
/**************************font-files***********************************************/
@font-face {
    font-family: 'PolySans-Median';
    src: url('Fonts/PolySans-Median.otf') format('Opentype');
	font-style: normal;
    font-weight: normal;
}

#body,
.tabItem {
	font-family:  'PolySans-Median' !important;
	font-size: 16px;
	font-weight: 400;
	color: #000F64;
}



#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#body {
    margin: 0;
}



div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    
    border-bottom: 0px;
    padding: 0;
   text-align: center;
    
}

/* #body_ja-JP .tabs {
    text-align: center;
} */



.tabs li {
	float: none;
	display: inline-block;	
	margin: 0px;
    width: 26%;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: auto;
	line-height: normal;
	padding: 0.9em !important;
	margin: 5px;
	border-radius: 4px;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;	
	color: #000F64;
	font-style: normal;
	text-decoration: none;	
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	border: 1px solid #000F64;
	top: 0;
	left: 0em;
    display: inline-block;
    width: 84%;
}


.tabItem:active,
.tabItem-active,
.tabItem:hover {
    background: #0073FF;
	color: #FFFFFF;	
	border: 1px solid #0073FF;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.tabItem-active:before, .tabItem:hover:before {
    content: "";
    width: 82%;
    height: 3px;
    position: absolute;
    top: 85%;
    left: 9%;
    border-bottom: 0px solid #4D8980;
}

#body_ja-JP .tabItem-active:before {
    margin-right: 12px;
    right: 0;
}

.tabs-control {
    margin-top: 1em !important;
    display: table;
    width: 100%;
    margin-bottom: 1.5em;
    /* max-width: 1040px; */
    margin: 0 auto;
    border-bottom:0px solid #e6e6e6;
}



/***************************Mobile Responsive****************************************************************/
/* @media (max-width: 1198px){
    .tabs li {
        margin: 5px;
        width: 25%;
      }
      .tabItem {
        width: 85%;
    }   

} */

#EuroID {
    padding-top: 1em;
}



@media (max-width: 880px) {
    .tabItem {
        position: relative;
        margin: 5px;
        display: inline-block;
        width: 89%;
    }
    .tabItem:active, .tabItem-active, .tabItem:hover {
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .tabs li {
        float: none;
        display: inline-block;
        margin: 3px;
        width:47%;
        text-align: center;
    }
    .tabs-control {
        border-bottom: 0px solid #CCCCCC;
    }

    .tabs {
        border-bottom: 0px;
        padding: 0;
        text-align: center;
    }
}

#body_sharegraph #liShareData {
    display: none;
 }

 @media (max-width: 580px) {
 .tabs li {
   width: 98.6%;
   margin: 1px;
   min-width: 237px;
 }
}