@charset "utf-8";

table, tr, td {
    background-color: #FFF;
}

/* Containers */

#container{
	width:1200px;
	background:#E1EFFF;
	margin:0px auto;
	overflow:hidden;
	min-height:1200px;
}

.page-container {
	margin-top:70px;
}

.codelist {
	float:left;
	overflow:hidden;
	width:330px;
}

.codelist .title {
	width:100px;
	margin:0px;
	padding:3px 0px 0px 0px;
}

.codelist .shelf {
	width:100px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

/* Shelves */

.shelves {
	float:left;
	overflow:hidden;
	width:330px;
}

.shelves input[type="text"]{
	width:20px;
	text-align:center;
}

/* Items */

.defhide {
	display:none;
}

.actiondiv {
	float:left;
	margin-right:8px;
}

.discountprice {
	display:none;
	float:left;
	margin-right:8px;
}

.discountpercent {
	display:none;	
	float:left;
	margin-right:8px;
}

.discountprice input, .discountpercent input{
	margin:0px 4px 0px 0px;
	padding:4px;
	width:80px;
}

#filelist {
	margin-left:0px;
	margin-top: 10px;
  overflow: hidden;
  font-size: 0.7em;
}

	#filelist ul, #filelist ul li {
		margin:10px 0px 0px 0px;
		padding:0px;
		list-style-type:none;
	}
	
.error {
	color:#F00;	
}

.form_error {
	color:#900;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

.error {
	color:#900;
	font-weight:bold;
	padding-right:10px;
}
	
.hidedinput input, .hidedinput textarea{
	border:0px;
	background:#e1efff;
	padding:4px 0px 0px 4px;
	
}

.hidedinput input:focus{
	border:1px;
	background:#FFF;
	margin-top:2px;
	padding:4px 0px 3px 4px;
	
}

.hidedinput textarea:focus{
	border:1px;
	background:#FFF;
	margin-top:2px;
	padding:4px 0px 0px 4px;
	
}

.whitelink a{
	color: #FFF;
}

	.whitelink a:hover{
		text-decoration:none;
		color:#FF0;
	}

.searchform {
	margin-bottom:5px;
}

	.searchform{
		width:300px;
	}
	
	
.search {
	border:1px solid #e7d490;
	background:#f0e4b8;
	padding:15px;
	margin-bottom:20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
	
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.align-left {
	text-align: left;
}

.comment {
  margin-top: 8px;
}

.images{
	clear: both;
	overflow: hidden;
	margin-left:-13px;
	margin-top:24px;
}
	.images .img {
		margin:0px -46px 18px 6px;
		height:151px;
		width:150px;
		float:left;
		text-align:center;
		overflow:hidden;
		border:1px solid #000;
		z-index: -200;
	}

	.images .img img {
		background:#FFF;
	}
	
	.images .delete {
		float: left;
		z-index: 100;
		background:#DDD;
		padding:0px 2px 2px 2px;
		border:1px solid #555;
	}
	
 h4 {
	padding:10px 15px 10px 15px;
	background:#d6e5ed;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
}

.standard_div, .various_div {
	display:none;
}

.show {
	display:block;
}

.canvasjs-chart-credit {
	display:none;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav>li {
	border-left:1px solid #666!important;
}

.nav>li>a {
    padding: 15px 12px!important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background: #666!important;	
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.imgthmb {
	max-height:120px;
}

.product-images {
	background:#ECECEC;
	padding:60px 20px 20px 20px;
	margin:20px;
}
.footer {
	padding:10px;
	background:#000;
	text-align:right;
}

.footerlogo {
	width:120px;
}

.label-title {
	padding-top:5px;
	font-weight:bold;
}

.label-checkbox {
	padding-top:4px;
	font-weight:normal;
}

	.label-checkbox label {
		font-weight:normal;
	}
	

.autocomplete-suggestions {
	text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #d9edf7; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

	/* core styles should not be changed */
	position: absolute; display: none; z-index: 2000; max-height: 400px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
	min-width:458px;
	border-top:1px solid #e5f0f8; 
	
}
	
	.imgcontainer {
		width:35px;
		height:55px;
		text-align:center;
		float:left;
		margin-right:10px;
		margin-top:5px;
	}
	
	.imgcontainer img {
		width:100%;
	}
	
	.autocomplete-name {
		font-size:14px;
		margin-top:5px;
	}
	
	.autocomplete-stock-status {
		font-size:11px;
	}
	
	.autocomplete-suggestion { 
		border-bottom:1px solid #DDD; 
		padding:5px 10px 7px 10px;
		position: relative; 
		white-space: nowrap; 
		overflow: hidden; 
		text-overflow: ellipsis; 
		font-size: 14px; color: #333; 
	}
	
	.autocomplete-suggestion b { 
		font-weight: bold; color: #000; 
	}
	
	.autocomplete-suggestion.selected b { 
		font-weight: bold; color: #000; 
	}
	
	.autocomplete-suggestion.selected { 
		background: #EEE; 
	} 
	
.tab-pane {
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:0px 15px 0px 15px;
}

.menu-links a, .menu-links a:focus {
	color:#FFF;
}

.menu-links a:hover {
	color:#76c4da;
}

.menu-links .active-link {
	color:#f2e735;
}

.menu-links .active-link:hover {
	color:#f2c335;
}

.popover {
	z-index:2000;
}
	