h1 {
	padding-top: 30px;
	color: #c44000;
}

form{
	display: inline-block;
	padding: 2px;
	width:20%;
}

.search{
	width:150px;
}

.control_container{
	position:sticky;
	top:0px;
	background-color:white;
	border-bottom: 1px solid black;
}

.search_sku, .search_name{
	width: 70%;
}

input:focus{
	border: 1px solid #0C0;
}

.save_changes{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	outline: none;
}

.unsaved{
	border: 1px solid red;
}

.navbar {
	min-height: 80px;
}
.tpm-header-logo {
	padding-right: 5px;
	max-height: 45px;
	width: auto;
}

.tpm-bgnd-orange {
	background-color: #c44000;
    color:#ffffff;
}

.sku-wdth {
	min-width: 80pt;
}

.prd-wdth {
	min-width: 320pt;
}

table td input {
	max-width: 50pt;
}

.value-wdth {
 	min-width: 160px;
}

table {
	padding: 5px;
	font-size: 0.8em;
}

.label_popup {
 	background: #c44000;
 	color: white;
 	padding: .5em 1em;
 	border-radius: 4px;
}

.warning_popup {
	position: fixed;
	width: 70%;
  	animation: appear 350ms ease-in 1;
  	max-width: 500px;
  	display: none;
}

tbody td input {
	text-align: right;
}

.w {
	color: red;
}
input {
	color: black;
}
.hiderow {
	display: none;
}

.hiddensku-remove {
	display: none;
}

/*
h1 {
	margin: 1em 0 0.5em 0;
	color: #c44000;
	font-weight: normal;
	font-family: 'Ultra', sans-serif;   
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	text-shadow: 0 2px white, 0 3px #777;
}
*/
