@charset "UTF-8";

/**
*
* Filename		:	style_branding_small.css
* Description	:	CSS file for branding. Styles for mobile devices with smaller display.
* 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_small.css $
*
**/

.adb-wrapper {
	width: 660px;
}

div.adb-header {
	background-image: url(../images/banner_small.png);
}

div.adb-header {
	height: 85px;
	z-index: 2;
	background-color: #257FBC;
}

div.adb-header a.logo {  
	position: absolute; 
	background-position: 0px 0px; 
	background-repeat: no-repeat; 
	z-index:3;	
	width: 283px;
	height: 40px;
	top: 26px;
	/*background-image: url(../images/logo_small.png); */
}

.adb-footer .wrapper {
	padding: 20px 0;
	margin-left: 0px;
}

.adb-footer .adb-social-box {
	border-left: 0;
}

div.module-inner h1.title span {
	font-size: 12pt;
}

a.soclink img {
	width: 25px;
	height: 25px;
	display: inline;
}

.message-title, .messagetitle {
	font-size: 4vw;
}

.message-text, .messagetext, .messagecontentpanel .text {
	font-size: 3vw;
}

.mainsection .description {
	font-size: 2.25vw;
}
.mainsection .index {
	padding-top: 2.25vw !important;
	padding-right: 2.25vw;
	font-size: 2.25vw;
}

label {
	font-size: 2.2vw;
}