.no-wrap {
	white-space: nowrap;
}

.form-filter {
	width: auto;
	display: inline;
	margin-left: 10px;
}
.form-element-grouping {
	display: inline-block;
	margin-bottom: 15px;
}
.form-element-grouping label {
	margin-left: 10px;
}

.stemdataright {
	text-align: right;
}

.invoice-header {
	
}

.invoice-header > tbody > tr > td:first-child {
  text-align: left;
  width: 21%;
}
.invoice-header > tbody > tr > td {
  border: 0 none;
}
.invoice-header > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  width: 75%;
}

.dataTables_filter .buttons-csv {
	margin-bottom: 2px;
}
.dataTables_filter .buttons-excel {
	margin-bottom: 2px;
}
.dataTables_filter .buttons-pdf {
	margin-bottom: 2px;
}

.info li {
	display: inline-block;
	margin-right: 15px;
}

.info ul {
	padding: 0px;
}

.info a {
	color: #18a689;
}

.cartrefresh {
	float: right;	
}

.ireap-welcome {
    width:50%;
} 

.ibox-title .webregtitle {
	display: inline-block;
	vertical-align: middle
}

.rowhidden {	
	display: none;
}

.specialpriceedit {
	background: #eee;
}

.table-component {
	border-bottom: 1px solid #e7eaec;
	overflow-x: auto;
}

.resetdata-input {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #ED5565;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 8px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	width: 50%;
	font-size: 18px;
}

.resetdata-input:focus {
	border-color: #DD2A95;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233, 102, 139, 0.6);
}

@media(max-width:360px){
	.cartrefresh {
		width: 100% !important;
		float: none !important;	
	}
	.resetdata-input {
		width: 100%;
	}
}	

.position{
    float:right;
}

@media (max-width: 768px) {

	.position{
    	float:left;
	}

	.ireap-welcome {
	    width:auto;
	}
	 
}

@media (max-width: 640px) {

	.navbar-responsive{
    	float:right;
    	margin-right: 5px;
	} 
	.resetdata-input {
		width: 100%;
	}
}

.form-horizontal .control-label-left {
    text-align: left;
}

.search-container {
	position: relative;
}

.search-container .fa-search {
	position: absolute;
	left: 15px;
	top: 10px;
	color: #999;
}

#menu-search {
	padding-left: 30px;
}