.container_adjust{
	max-width:1024px;
	margin-top:45px;
}

/*OVERWRITE PANELS BOOTSTRAP BEGIN*/ 
.panel-title {
  color:#666;	
  
} 
.panel {
 box-shadow: -1px 1px 4px 3px #f5f5f5!important;
 }
 
  .panel-default > .panel-heading {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #F5F5F5 0%, #E8E8E8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F5F5), color-stop(100%,#E8E8E8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F5F5F5 0%,#E8E8E8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F5F5F5 0%,#E8E8E8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F5F5F5 0%,#E8E8E8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F5F5F5 0%,#E8E8E8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5', endColorstr='#E8E8E8',GradientType=0 ); /* IE6-9 */

 }   

/*OVERWRITE PANELS BOOTSTRAP END*/ 


/*OVERWRITE NAVIGATION PILLS BOOTSTRAP BEGIN*/ 
.nav > li + li:after {
 	content:"";
    background: #F2F2F2;
    position: absolute;
    top: 0;
    left: 5%;
    height: 1px;
    width: 90%;
 }
 
 .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff!important;
    text-decoration: none;
}

/*OVERWRITE NAVIGATION PILLS BOOTSTRAP END*/ 


/*HEADER MENU RIGHT BEGIN */

.heliosheadermenu {
	margin:25px 15px 0 0;
}

.heliosLogo {
	margin-left:40px;
	padding:15px;
}
.heliosheadermenu ul {
	list-style-type:none;
	font-family: Verdana, Arial;
}

.heliosheadermenu li {
	display:inline;
	margin-right:7px;
}

.heliosheadermenu li a {
	color:#fff;
	text-decoration:none;
}

.heliosheadermenu li a:hover {
	color:#fff;
	text-decoration:none;
}

.usertextstyle {
	font-size:10px;
}
.usertextstyle + li:before {
    content:" | ";
    color:white;
    font-size:9px;
    margin: 0 5px;
   
}

/*HEADER MENU RIGHT BEGIN */


/*OVERWRITE SOCIAL ICONS BOOTSTRAP BEGIN*/ 

.facebook:before, .google_plus:before, .twitter:before, .linked_in:before {
	color: #2f96b4;
	
}

.facebook:hover:before, .google_plus:hover:before, .twitter:hover:before, .linked_in:hover:before {
	color: #F15922;
	
}

.ordera.notes_2:before {
	margin-right:12px; 
	color:#51A351; 
	font-size:20px;
	}
.ordera1.notes_2:before {
	margin-right:7px; 
	color:#51A351; 
	font-size:20px;
}
.social-icons-inone {
	margin: 20px 0 44px 0px;
}

/*OVERWRITE SOCIAL ICONS BOOTSTRAP END*/ 

/*OVERWRITE LINK ITEMS SUPPLIER BEGIN*/ 

	.supplierOrange a{
	color: #F15922 !important;
    text-decoration: none !important;
}
	
	.supplierOrange a:hover{
	color: #EF7045 !important;
    text-decoration: none !important;
}

	.supplierBlue a{
	color: #428BCA !important;
    text-decoration: none !important;
}
	
	.supplierBlue a:hover{
	color: #2A6496 !important;
    text-decoration: none !important;
}

	.supplierOrange .history:before, .supplierOrange .pencil:before {
	color:#428BCA!important;
	}
	.supplierOrange .pencil:before {
	margin-right:8px;
}
	.supplierOrange > .glyphicons.unlock:before {
		bottom: 2px;
		color: RGBA(250,0,0,0.8);
		font-size: 10px;
		left: 4px;		
		position: relative;

	}

/*OVERWRITE LINK ITEMS SUPPLIER END*/ 

/*override form control*/
.form-control{
display: block !important;
width: 100% !important;
height: 34px !important;
padding: 6px 12px !important;
font-size: 14px !important;
line-height: 1.428571429 !important;
color: #555555 !important;
vertical-align: middle !important;
background-color: #ffffff !important;
border: 1px solid #cccccc !important;
border-radius: 4px !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}
/* end override form control*/
.list-group-item > .badgeP {
    float: right;
}

.badgeP {
    background-color: #51A351;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin-right:12px;
    
}

#startfirst ul {
	list-style-type:none;
}

/* ERROR PAGE BEGIN */
body.errorBackground {
	width:100%;
	height:100%;
}

.errorBackground {
	background-color:#269;
	background:radial-gradient(circle, #269, #036) repeat scroll 0 0 rgba(0, 0, 0, 0)
}
/* ERROR PAGE END */