@charset "utf-8";
/* CSS Document */


#wrapper-con
{
   margin:0 auto;
   width:100%;
   
}
#main{
	float:left;
	width:100%;
}
#top{
	float:left;
	width:100%;
	height: 46px;
	background: url(../images/backgrounds/opacity.png);
	border-top: 3px solid #97bd47;
	box-shadow: 0 1px 1px #606060;
	-webkit-box-shadow: 0 1px 1px #606060;
	-moz-box-shadow: 0 1px 1px #606060;
}
.top-wrapper {
    padding: 0 20px;
}
.logo {
    display: block;
    float: left;
    margin-top: 8px;
    margin-bottom: 10px;
}
.topnav {
    float: right;
    display: block;
}

.dropdown-menu a {
    display: block;
    padding: 8px 10px;
    clear: both;
    font-weight: normal;
    color: #6A6A6A;
    white-space: nowrap;
    font-size: 12px;
}
.topnav .dropdown-menu li span {
    display: block;
    float: left;
    width: 10px;
    height: 11px;
    margin: 6px 10px 6px 0;
}

.sidebar {
    width: 220px;
    position: absolute;
    float:left;
    margin-top:20px;
    color: #e5e5e5;
}
.inner {
    background: url(../images/backgrounds/bg.png);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    min-height:700px;
}
.item_list
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    box-sizing: border-box;
	border:0;
	padding: 8px 7px;
    color: #5F5F5F;
}

/*for quotation page*/
#quot_header{
	width:100%;
	float:left;
}
#entrprs {
    position: relative;
    margin: 20px 0px 0 0;
    font-size: 13px;
	line-height: 18px;
}	
#logo {
    position: relative;
    width: 250px;
    height: 170px;
}
#cmpny {
    position: relative;
    float: right;
    text-align: right;
    margin: 10px 5px;
    font-size: 13px;
	line-height: 18px;
}
#qtn_no {
    position: relative;
    float: right;
    text-align: right;
    font-size: 13px;
    margin-top: -90px;
}
.quotation-footer{
	position: relative;
    width: 100%;
}
.qout-footer-p1{
	margin-top:20px;
	padding-left: 5px;
}
.qout-footer-p{
	padding-left: 5px;
    line-height: 17px;
}
.quot-footer-h5{
    text-decoration: underline;
    margin-bottom: 0;
    padding-left: 5px;
}
.quot-inner{
	background:white !important;
}	 
.item-search{
    margin-bottom: 10px;	
}
.number-align{
    text-align:center;
}
.number-align-r{
    text-align:right;
}
.print-option{
     position:relative;
	 width:100%;
	 margin-left: 1px;
     padding-bottom: 10px;   
}
.profile-field{
	width:100% !important;
}
.page-footer{
	line-height: 16px;
font-size: 11px;
padding-top: 15px;
}
.table-border{	
border-top:0px !important;
}
/*Messages*/
.container
{
	position: relative;
    float: left;
    width: 100%;
}
.usercode
{
	position:relative;
	float:left;
	background:#cc0;
	color:#fff;
	font-weight:bold;
	border-radius:50%;
	padding:15px;
	font-size:15px;
	box-shadow:2px 2px 2px #aaa;
}
.tag{
	border: 1px solid #A5D24A;
    display: block;
    float: left;	
    padding: 5px;
    background: #CDE69C;
    color: #638421;
    margin: 5px;
    line-height: 13px;
    font-size: 12px;
    position: relative;
    white-space: nowrap;
	text-align:center;
}
