@charset "UTF-8";

/**
*
* Filename		:	style_branding_large.css
* Description	:	CSS file for branding. Styles for desktop screens
* Author		:	25-Jan-2016 / M. Heruela / P.A. Lim
* Revised		:	
* 
* $Revision: 402476 $
* $Author: mh2 $
* $Date: 2017-06-08 14:36:58 +0800 (Thu, 08 Jun 2017) $
* $HeadURL: https://svn.asiandevbank.org/erp_repos/branches/prod/taleo/external01/theme/css/styles_branding_large.css $
*
**/

.adb-wrapper {
	width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-left: auto;
}

div.adb-header {
	padding-right: 60px;
	padding-left: 0px;
	height: 261px;
	background-color: #257FBC;
	background-image: url(../images/banner_large.png);
	background-repeat: no-repeat;
}

div.adb-header a.logo { 
	position: absolute; 
	background-repeat: no-repeat; 
	z-index: 10;
	width: 553px;
	height: 85px;
	/**background-image: url(../images/logo_large.png); **/
}

.adb-breadcrumbs {
    background: #002449 none repeat scroll 0% 0%;
    border-top: 1px solid #003D7C;
    padding: 13px 0px;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0px;
}

.adb-footer {
	background: #003062;
	border-top: 1px solid #003d7c;
	color: #999;
	font-weight: 300;
}

.adb-footer a {
	color: #999;
}

.adb-footer a:hover, .adb-footer a:focus {
	color: #fff!important;
    text-decoration: none!important;
}

.adb-footer ul {
	margin: 0;
	padding: 0;
}

.adb-footer .wrapper {
	padding: 70px 0px;
	margin-left: 40px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.adb-footer .footnav-alt {
	margin-top: 43px;
}

.glyphicon .glyphicon-home:before {
	content: "\f124";
}

.adb-footer .navigator ul li {
	list-style: none;
	line-height: 24px;
}

.adb-footer .navigator .title {
	margin-top: 0;
	color: #fff;
	font-size: 18px;
}

.adb-footer .adb-social-box {
	border-left: 1px solid #003d7c;
	padding-left: 50px;
}

.adb-footer .adb-social-box .footnav-alt {
	margin-top: 40px;
}

.adb-footer .adb-social-box ul li {
	padding-left: 30px;
}

.adb-footer ul.adb-contact-us li {
	position: relative;
}

.adb-footer ul.adb-contact-us .icon {
	display: block;
	position: absolute;
	left: 0;
	color: #fff;
	top: 2px;
}

.adb-footer .copyright {
	border-top: 1px solid #003d7c;
	color: #999999;
	padding: 40px 10px;
	text-align: center;
	font-size: 10px!important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.adb-footer .copyright .info {
	margin-bottom: 7px;
}

.adb-footer .nav-copyright > li{
	display: inline-block;
}

.adb-footer .nav-copyright > li.bullet:before {
	content: '\2022';
	padding-right: 15px;
	padding-left: 15px;
}

a.soclink img {
	width: 30px;
	height: 30px;
	display: inline;
}

.mastercontentpanel .myaccount table.tablelist {
	margin-left: 10px!important;
}

.message-title, .messagetitle {
	font-size: 1.5vw;
}

.message-text, .messagetext, .messagecontentpanel .text {
	font-size: 0.8vw;
}

.mainsection .description {
	font-size: 0.75vw;
}
.mainsection .index {
	padding-top: 0.389vw !important;
	padding-right: 0.3vw;
	font-size: 0.75vw;
}