html
{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	position: relative;
	min-height: 100% !important;
	height:100%;
}
body
{
	height:110%;
	position:relative;
	overflow: auto;
}

/* Base Elements */
#wrap
{
	min-height:100% !important;
	position: relative;
	height:100%;
}


/* header */
header
{
	background-color:#1E88E5;
	color:#FFF;
	min-height:55px;
	border-bottom: 1px solid #1e88e5;
}
header h1
{
	margin: 0px;
    font-size: 16px;
    padding: 20px 15px;
}
header .header-button
{
	width:55px;
	height:55px;
	background-color:transparent;
	color:#FFF;
	display:inline-block;
	font-size:22px;
	text-align:center;
	line-height:55px;
	-moz-animation: all 0.25s fade;
    -webkit-animation: all 0.25s fade;
    -o-animation: all 0.25s fade;
    animation: all 0.25s fade;
	opacity:0.85;
}
header .header-button:hover
{
	background-color:#1565C0;
	opacity:1;
}

/* Sidebar */
#sidebar
{
	width:350px;
	height:auto !important;
	background-color:#2d3844;
	color:#FFF;
	float:left;
	display:none;
	position:relative;
	min-height: 100%;
	padding-bottom:70px;
}
#sidebar ul
{
	margin:0px;
	list-style:none;
	padding:15px auto;
}
#sidebar ul li
{
	list-style:none;
	display:block;
	margin-left:-40px;
	padding-left:15px;
}
#sidebar ul li a
{
	color:#FFF;
	display:block;
	padding:8px 0px;
	font-size:15px;
}
#sidebar ul li a:hover
{
	opacity:0.8;
	text-decoration:none;
}
#sidebar ul li a i
{
	width:30px;
	text-align:left;
}

#sidebar ul li ul
{
	margin-top:0px;
	background-color:#495460;
	margin-left:-15px;
}
#sidebar ul li ul li:last-child
{
	border-bottom:none;
}
#sidebar ul > li.active
{
	border-bottom:none !important;
	background-color:#495460;
}


#sidebar ul li ul li
{
	padding-left: 40px;
}

#sidebar ul li ul li i
{
	width: auto;
	margin-right: 10px;
}


/* page */
#page
{
	width:100%;
	height:auto !important;
	display:block;
	float:left;
	min-height: 100% !important;
	background-color:#FFF;
}
#page h1, #page h2, #page h3
{
	margin:0px;
	margin-bottom:20px;
	font-weight:bold;
}
#page hr
{
	border-top:1px solid #efefef;
}
.breadcrumb
{
	border-bottom:1px solid #cfcfcf;
	border-radius:0px;
	color:#666 !important;
}
.breadcrumb a
{
	color:#1E88E5;
}

@media screen and (min-width: 992px) {
	header h1
	{
		font-size:20px;
		padding: 17px 15px;
	}
	#sidebar
	{
		display:block;
		width:18%;
	}
	#page
	{
		width:82%;

	}
}
@media screen and (min-width: 1500px)
{
	#sidebar
	{
		display:block;
		width:12%;
	}
	#page
	{
		width:88%;

	}
	
}

/* Sidebar */
.filter-form
{
	background-color:#eaeaea;
	padding:15px;
}
.filter-form h4
{
	margin-top:0px;
}

/* Login form*/
#login-form
{
	padding:25px;
	background-color:#FFF;
	border-radius:4px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #c5c6cc;
	margin-top:100px;
}
#login-form h2
{
	margin:0px;
	margin-bottom:20px;
}
#login-form input, #login-form button
{
	border-radius:0px;
}

/* buttons */
.btn-primary
{
	background-color:#1E88E5;
	border:1px solid #1E88E5;
}
.btn-lg
{
	border-radius:0px;
}

/* custom */
.no-results
{
	background-color:#dfdfdf;
	padding:15px;
}
.no-results p
{
	margin:0px;
}


/* footer */
#wrap footer
{
	height:60px;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
	font-size:14px;
}

/* sidebar footer */
#sidebar footer
{
	font-size:12px;
	color:#999;
	padding:15px;
	border-top:1px solid #3b4651;
	position:absolute;
	bottom: 0px;
    margin-bottom: 10px;
	height:60px;
}
#sidebar footer a
{
	color:#aaa;
}

.spacer
{
	height:15px;
}

/* over-ride select 2 */
.select2-container--default .select2-selection--single
{
	height:34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height:34px;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single
{
	color: #555;
	border: 1px solid #ccc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple
{
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233,0.6);
	outline: 0 none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
	background-color:#efefef;
	border:1px solid #cfcfcf;
}

.dateimte-container
{
	margin-left:-10px;
	margin-right:-10px;
}
.dateimte-container .form-inline select, .dateimte-container label 
{
	margin-right:10px;
	margin-left:10px;
}


/* tables! */
.table-detailed tbody td
{
	border:1px solid #cfcfcf;
	border-top:none;
}
.table-detailed tbody td table td
{
	border:none;
	border-bottom:1px solid #cfcfcf;
}
.table-detailed tbody td table td:last-child
{
	border-bottom:none;
}

.variation-row td 
{
	background:#FFF;
}

.sticky-table thead th
{
	background-color: #444;
    border-color: #6d6969!IMPORTANT;
    color: #FFF;
}

.purchase-order-table tbody tr:nth-child(10n) td 
{
	border-bottom:2px solid #ccc;
}



/* Reporting tables*/

.drill-report-row:hover, .drill-report-row-active
{
	background-color:#1E88E5 !important;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
.table-shadow td
{
	background-color:#dfdfdf !important;
	border-bottom:1px solid #cfcfcf;
}


.info-box
{
	border-bottom:1px soid #cfcfcf;
	padding:15px;
	margin:-15px;
	margin-bottom:15px;
	margin-top:0px;
	background-color:#f1f1f1;
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #cfcfcf;

}
.info-box .info
{
	width:100%;
}
.info-box .info td
{
	padding:10px;
}
.info-box .info tr td:first-child
{
	width:100px;
}

.table-sortable tbody td
{
	cursor: move;
}
.sort-variations tbody td 
{
	cursor:move;
}

/* image uploads */
#filebrowser-dropzone
{
	background-color:#f1f1f1;
	border:1px solid #dfdfdf;
	text-align:center;
	min-height:80px;
	line-height:80px;
}
.drag-drop-filelist .file
{
	padding:5px;
	background-color:#e7f4ff;
	margin-bottom:5px;
}
.image-preview
{
	height:120px;
	border:1px solid #cfcfcf;
	margin-bottom:10px;
	overflow:hidden;
	background-color:#0095ff;
}
.image-preview img
{
	height:100%;
	width:100%;
	cursor:pointer;
}
.do-delete
{
	opacity:0.6;
}


/* update stock */
.fancy-list
{
	list-style:none;
	margin:0px;
	padding:0px;
}
.fancy-list li
{
	background-color:#f1f1f1;
	margin-bottom:10px;
	padding:10px;
}

#stock-nav-bar
{
	background-color:#f1f1f1;
	padding:15px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:15px;
}

#browse-cart
{
	background-color:#2D3844;
	color:#FFF;
	padding:15px;
	height:450px;
	width:100%;
	position:fixed;
	max-width: 346px !important;
	overflow:auto;
}
#browse-cart h3
{
	color:#FFF;
	font-weight:bold;
	border-bottom: 1px solid #687686;
	margin:0px;
	margin:-15px;
	padding:10px;
	margin-bottom:15px;
}
#browse-cart #ajax-cart
{
	overflow:auto;
}
#browse-cart ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#browse-cart ul li
{
	border-bottom:1px solid #cfcfcf;
	padding-bottom:5px;
	margin-bottom:5px;
}
#browse-cart ul li h4
{
	margin-bottom:5px;
	font-size:16px;
}
#browse-cart ul li span
{
	display:block;
	font-style:italic;
	font-size:12px;
}

#browse-explorer
{
	position:relative;
}
#browse-explorer .product-thumbnail
{
	border:1px solid #dfdfdf;
	border-radius:3px;
	overflow:hidden;
	display:block;
	margin-bottom:15px;
}
#browse-explorer .product-thumbnail .title
{
	display:block;
	padding:10px;
	margin-left:-10px;
	padding-left:0px;
	color:#222;
	text-decoration:none !important;
	font-weight:bold;
	font-size:16px;
}
#browse-explorer .product-thumbnail .barcode
{
	margin-left:-10px;
	color:#222;
	font-style:italic;
	display:block;
	margin-top:-10px;
}
#browse-explorer .product-thumbnail:hover
{
	background-color:#f1f1f1;
}
.remove-item
{
	background:transparent;
	color:#FFF;
	border:1px solid #FFF;
}

#browse-explorer .category-thumbnail
{
	border:1px solid #cfcfcf;
	margin-bottom:15px;
	overflow:hidden;
	border-radius:4px;
	display:block;
	text-decoration:none !important;
}
#browse-explorer .category-thumbnail .title
{
	display:block;
	padding:10px;
	color:#222;
	text-decoration:none !important;
}
#browse-explorer .category-thumbnail:hover
{
	background-color:#f1f1f1;
}
#browse-spin
{
	font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 52px;
    padding: 15px;
    background-color: #FFF;
	text-align:center;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    position: absolute;
    left: 48%;
    margin-top: 200px;
	z-index:5000;
	display:none;
}

/* transfer stock */
.transfer-page
{
	background-color:#f1f1f1;
	min-height:600px;
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
	border-top:1px solid #cfcfcf;
}

.bad-cell
{
	background-color:#F3C6C6 !important;
}

.stock-transfer-check
{
	background-color:#cfed90 !important;
	color:#459b14 !important;
}
.stock-transfer-check span
{
	color:#459b14 !important;
}

/* reports */
.btn-report
{
	display:blokc;
	font-size:30px;
	width:100%;
	margin-bottom:30px;
	border-radius:4px;
}
.grey-box
{
	background-color:#f1f1f1;
	border-bottom:1px solid #CFCFCF;
	margin:-15px;
	margin-bottom:15px;
	margin-top:15px;
	padding:15px;
}

/* permissons */
.permissions
{
	list-style:none;
	margin:0px;
	padding:0px;
}
.permissions li
{
	border-bottom:1px solid #dfdfdf;
	padding:15px 5px;
	font-size:16px;
	color:#222;
}



/* edit product warning keys */
.product-key
{
	padding:15px; 
	background-color:#f1f1f1; 
	border:1px solid #DFDFDF;
}
.product-key .key
{
	display:block;
	width:20px;
	height:20px;
	margin-right:10px;
	border:1px solid #666;
	border-radius:1px;
	float:left;
}
.product-key p 
{
	margin-top:-30px;
	display:inline-block;
}



.totals-row td
{
	border-bottom:3px solid #222 !important;
	font0weight:bold;
}

.grey-input
{
	background-color:#eee;
	pointer-events:none;
}

.thumbnail
{
	border:0px;
	border:1px solid #dbdbdb;
	overflow:hidden;
}
.thumbnail .thumbnail-title
{
	margin:-5px;
	margin-bottom:10px;
	background-color:#f1f1f1;
	font-weight:bold;
	padding:10px;
	border-bottom:1px solid #dbdbdb;
}


/* override auto complete lookup*/
.easy-autocomplete-container
{
	max-height: 200px ;
    overflow-y: scroll;
}


@media print {
	.no-print, #sidebar, header, .breadcrumb
	{
		display:none;
	}
	.tranasfer-1 
	{
		width:450px;
		float:left;
	}
	.tranasfer-2 
	{
		width:220px;
		float:left;
	}
	.transfer-page
	{
		border:none !important;
	}
}






/************************
*** Custom Kits
************************/

#kit-product-results-dropdown
{
	min-height:50px;
	max-height:500px;
	overflow:auto;
	border:1px solid #cfcfcf;
	z-index:10000;
	position:absolute;
	width:100%;
	background-color:#FFF;
	border-top:none;
	display:none;
}
#kit-product-results-dropdown ul, #kit-product-results-dropdown ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
}
#kit-product-results-dropdown ul li
{
	border-bottom:1px solid #dfdfdf;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	
}
#kit-product-results-dropdown ul li ul
{
	padding-left:30px;
	display:block;
}
#kit-product-results-dropdown ul li ul li 
{
	display:block;
	width:100%;
	border-bottom:1px solid #dfdfdf;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	
}
#kit-product-results-dropdown ul li ul li:last-child 
{
	border-bottom:none;
}
#kit-product-results-dropdown ul li:hover, #kit-product-results-dropdown ul li ul li:hover
{
	background-color: #efefef;
	color:#232323;
}


.floating-toolbar
{
	position: fixed;
    background: #fff;
    border-top: 1px solid #b9b9b9;
    padding: 10px 15px;
    color: #FFF;
    bottom: 0;
    width: 100%;
    margin-left: -15px;
}


.add-note 
{
	background-color:#f1f1f1;
	border:1px solid #dfdfdf;
	padding:15px;
	margin-bottom:15px;
}
ul.notes
{
	list-style:none;
	margin:15px 0px;
	padding:0px;
}
ul.notes li 
{
	border-bottom:2px solid #ddd;
	padding:15px;
	margin-bottom:15px;
	
}
