  
/**************************font-files***********************************************/
@font-face {
    font-family: "MetronicProRegular";
    src: url("fonts/3066E6_8_0.eot?#iefix") format("embedded-opentype"), 
    url("fonts/3066E6_8_0.woff") format("woff"), 
    url("fonts/3066E6_8_0.ttf") format("truetype");
    font-weight: normal;
}

#body,
.tabItem {
	font-family: MetronicProRegular,Arial,Verdana,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #0058A5;
}



#main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#body {
    margin: 0;
}



div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    
   padding: 0;
  text-align: center;
  border-bottom: 2px solid #0058A5;
    
}

/* #body_ja-JP .tabs {
    text-align: center;
} */



.tabs li {
	float: none;
	display: inline-block;	
	margin-right: 10px;
}

.tabItem:first-letter {
    text-transform: capitalize;
}

.tabItem {
    height: 28px;
  width: 150px;
  text-transform: uppercase;
	line-height: normal;
  padding: 10px !important;
	
	border-radius: 4px;
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;	
	color: #0058A5;
	font-style: normal;
	text-decoration: none;	
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;
	position: relative;
	border-color: #0058A5;
	border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: all .15s ease-in;
  display: inline-block;
}


.tabItem:active,
.tabItem-active,
.tabItem:hover {
    background: #fff;
	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;
} */
.tabItem-active::before {
 
  top: 102%;
 
  height: 0;
  width: 100%;
  border-bottom: 2px solid #fff;
  content: "";
  position: absolute;

  left: 0;
}
.tabItem-active::after {
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  position: absolute;
  right: 44%;
  bottom: -1px;
  left: 44%;
}
#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){
     {
        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;
 }
}
/***************************************************/
.tabItem:active, .tabItem-active, .tabItem:hover{
    top: 0px;
  left: 0px;
  z-index: 10;
  background:#0058A5;
  color: #fff !important;
  position: relative;
}