@charset "utf-8";
/* CSS Document */
body,html {
	background-color:#e1e1e1;
	font-family:"Roboto";
	max-width:520px;
	line-height: 22px;
}
@font-face {
    font-family:Roboto;
    src:url(../fonts/Roboto.ttf);
	}
@font-face {
    font-family:Roboto;
    src:url(../fonts/Roboto-Medium.ttf);
	}
@font-face {
	font-family: 'erp_Icon';
	src:url('../fonts/erp_Icon.eot?srhjr2');
	src:url('../fonts/erp_Icon.eot?#iefixsrhjr2') format('embedded-opentype'),
		url('../fonts/erp_Icon.woff?srhjr2') format('woff'),
		url('../fonts/erp_Icon.ttf?srhjr2') format('truetype'),
		url('../fonts/erp_Icon.svg?srhjr2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icfont_"], [class*=" icfont_"] {
	font-family:'erp_Icon';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.navigation-small{
	padding:10px 0px 10px 10px;
	background-color:#ffffff;
	position:relative;
}

.info{
	padding:10px 0px 10px 10px;
	background-color:#ffffff;
	position:relative;
}
.displayblock{
	display:inline-block;
	vertical-align:top;

}
.container{
	margin-right:5px;
	width:5%; 
	
}
.container1{
	margin-right:5px;
	width:35%; 
	
}
.label1{
	font-size:12px;
	font-weight:bold;
	color:#111111;
}
.label2{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	
}

.label3{
	font-size:13px;
	font-weight:bold;
	color:#4caf50;
	text-align:right;
	width: 90px;
}

.label4{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	width: 150px;
    text-align: center;
}
.ic_attach1{
	background:url("../resources/images/application/action_selected_ic.png") no-repeat center !important;
	color:transparent !important;
  /*  width: 19px;          */
    height: 19px;
	padding-top: 30px;
	margin-right: 10px;
}

.ic_attach2{
	background:url("../resources/images/application/info_ic.png") no-repeat left !important;
	color:transparent !important;
 /*  width: 19px;          */
    height: 19px;
	padding-top: 30px;
	margin-left: 10px;
}

