/*Basic*/
html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
img { max-width: 100%;}

.row{
    height: 100%; 
}
.container{
    padding: 0.3%; 
    margin: 0;
}
.row .row{
    padding: 3px 0;
}
.row .row div{
    padding: 5px 0;
}

#fin-cover img{
    border: 1px solid #434343;
    margin: 3px;
    max-width: 130px;
    height: auto;
    width: auto \9;
}
.tab-content h3{
    color: #2c58c8 ;
}
.yeartitle{
     font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}
.fullwidth{
    width: 100%;
}
td{
    border: 1px solid #F5F5F5;
    padding:5px;
}
thead{
    background-color: #2c58c8;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}
/*Global Investor*/
#tab51 img{
    width: 100%;
    max-width:740px;
}

.nav-tabs.sub{
    border: none;
    background-color: #f5f5f5;
    min-width: 300px;
}
#tab6 img{
    border: 1px solid #434343;
}

.nav-tabs.sub > li.active > a{
  color: #000;
 /* background-color: #f5f5f5;
  border: 1px solid transparent;
*/
  cursor: default;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
}
.nav-tabs.sub > li.active > a:hover,.nav-tabs.sub > li.active > a,.nav-tabs.sub > li > a:hover,.nav-tabs.sub > li.active > a:focus{
    color: #000;
    background-color: #cecece;
    border: none;
    border-radius: 0;
}
.tab-content{
    padding-top: 5px;
}
.title_S
{
	font-size:1.2em;
	font-weight:bold;
	color:#2c58c8;
    line-height: 2em;
}
/*IE8*/
.container
{
    display:table \9;
    width: 100% \9;
}

.row
{
    height: 100% \9;
    width: 100% \9;
    display: table-row \9;
}
.col-sm-4
{
    display: table-cell \9;
}


@media (max-width:1200px){
    .row{
        padding: 1%;
    }
    .row .row{
        padding: 0;
        margin: 0;
    }
    
}

@media (max-width:640px){
    .nav-tabs.sub > li{
        width: 100%;
    }
    .nav-tabs >li{
        width:100%;
     }
    .nav > li > a{
        padding: 3px;
        border-radius: 0;
    }
    .nav-tabs > li{
        background: transparent url(../images/tabnav_bg.gif) no-repeat;
        background-position: 100% 50%;
        background-size:initial;
        border: none;
    }
    
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
        background: #eee url(../images/tabnav_bg.gif) no-repeat;
        background-position: 100% 50%;
        background-size:initial;
        border: none;
    }   
    .nav-tabs>li>a:hover{
        background: transparent;
        border: none;
    }
    #tab53 img{
    width: auto;
    height: auto;
    }
}
