.img-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

body { 
    padding:100px 0; 
    margin:0 auto; 
    font-family:Calibri, sans-serif; 
}
input, select {
    margin-right:10px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 20px;
}

input[type="date"] { 
    padding-top: 0px;
    padding-bottom: 0px;
}

label {
    margin-right: 2px;
}

a {
    color: #557373;
    font-weight: 500;
}

a:focus, a:hover {
    color: #888;
    text-decoration: none;
}
#nav{
	border:1px solid #ccc;
	border-width:1px 0;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#nav li{
	position:relative;
	display:inline;
}
#nav a{
	display:inline-block;
	padding:10px;
    font-weight: 700;
    color: #555 !important;
}
#nav ul{
	position:absolute;
	left:-9999px;
	margin:0;
	padding:0;
	text-align:left;
}
#nav ul li{
	display:inline-block;
    width: 100%;
}
#nav li:hover ul{
	left:0;
    background-color: #fff;
    z-index: 1000;
}
#nav li:hover a{
	text-decoration:underline;
	background:#f1f1f1;
    z-index: 1000;
}
#nav li:hover ul a{
	text-decoration:none;
	background:none;
    z-index: 1000;
}
#nav li:hover ul a:hover{
	text-decoration:underline;
	background:#f1f1f1;
    z-index: 1000;
}
#nav ul a{
	white-space:nowrap;
	display:block;
	border-bottom:1px solid #ccc;
}
a.nav{
	color:#656565;
	text-decoration:none;
    font-size: 16px;
    font-weight: 400;
}
a.nav:hover{
	color:#444;
	text-decoration:underline ;
	background:#f1f1f1;
}
span{
    font-size: 12px;
}
.back{
    z-index: 2;
}	
h1 {
    font-size: 30px !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}		
.form_container {
    margin: 0 auto;
    width: 350px;
    clear: both;
}
.form_container .full {
    width: 100%;
    clear: both;
}

.center_submit, .db_center {
    text-align: center;
}
.center_button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.example_table_container {
    margin-top: 15px;
}

.example_table {  
    color: #333; /* Lighten up font color */
    font-family: Helvetica, Arial, sans-serif; /* Nicer font */
    width: 640px; 
    border-collapse: 
	collapse; border-spacing: 0; 
	margin: 0px auto;
}

.example_td, .example_th { border: 1px solid #CCC; height: 30px; } /* Make cells a bit taller */

.example_th {  
    background: #557373;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.example_td {  
    background: #eee;
    text-align: center;
}

.header_img {
    display: block;
    margin: auto;
    width: 100%;
    padding-bottom: 50px;
}

table.notes {  
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%; 
    border-collapse: 
    collapse; border-spacing: 0; 
}

td.notes, th.notes {  
    border: 1px solid #CCC; /* No more visible border */
    height: 30px; 
    transition: all 0.3s;  /* Simple transition for hover effect */
}

th.notes {  
    background: #DFDFDF;  /* Darken header a bit */
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

td.notes {  
    background: #FAFAFA;
	text-align: left;
	padding: 10px;
}

/* Cells in even rows (2,4,6...) are one color */        
tr.notes:nth-child(even) td.notes { background: #F1F1F1; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */        
tr.notes:nth-child(odd) td.notes { background: #FEFEFE; }  

.alerts {
	margin-right: 5px;
	margin-left: 10px;
	color: black;
}

.user-alert {
    text-align: center;
    padding: 0px !important;
    margin-top: 50px !important;
}

.alertTitle {
    background-color: #557373;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.alertTable {
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 80%;
    background-color: #eee;
}

.alertCell {
    border: 1px #cccccc;
    border-style: solid;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 747px) {
    .untagCell {
        display: none;
    }
}

@media only screen and (max-width: 747px) {
    .skuTable {
        display: none;
    }
}

button {
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 1px 1px #888;
    background-color: #eee;
    border: solid 1px #999;
    border-radius: 3px;
}

button:hover, button:focus, button:active {
    background-color: #ddd;
}

input[type="submit"] { 
    line-height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: 1px 1px #888;
    background-color: #eee;
    border: solid 1px #999;
    border-radius: 3px;
    min-width: 150px;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background-color: #ddd;
}

.btn {
    background-color: #557373;
    color: #fff;
    min-width: 150px;
    height: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    box-shadow: 1px 1px #888;
}
.btn:hover {
    color: #fff !important;
    background-color: #6b9090;
    border-color: #6b9090;
}
.btn:focus {
    color: #fff !important;
    background-color: #6b9090;
    border-color: #6b9090;
}
.btn:active {
    color: #fff !important;
    background-color: #6b9090;
    border-color: #6b9090;
}
input[type="submit"].submit-btn {
    background-color: #557373;
    color: #fff;
    width: 250px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    box-shadow: 1px 1px #888;
    margin-bottom: 20px;
}
input[type="submit"].submit-btn:hover {
    color: #fff;
    background-color: #6b9090;
    border-color: #6b9090;
}
input[type="submit"].submit-btn:focus {
    color: #fff;
    background-color: #6b9090;
    border-color: #6b9090;
}
input[type="submit"].submit-btn:active {
    color: #fff;
    background-color: #6b9090;
    border-color: #6b9090;
}
input[type=file]::file-selector-button {
    background-color: #557373;
    color: #fff;
    box-shadow: 1px 1px #888;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 5px 20px;
}
input[type=file]::file-selector-button:hover {
    color: #fff;
    background-color: #6b9090;
    border-color: #6b9090;
}
input[type=file]::file-selector-button:focus {
    color: #fff;
    background-color: #6b9090;
    border-color: #6b9090;
}
input[type=file]::file-selector-button:active {
    color: #fff;
    background-color: #6b9090;
    border-color: #6b9090;
}
.sectionHeading {
    border: none;
    width: 100%;
    background-color: #557373;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.sectionHeading td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.orderContainer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
    box-shadow: 0px 2px #ccc;
    background-color: #eee;
}

table.sku {  
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%; 
    border-collapse: 
    collapse; border-spacing: 0; 
    margin-top: 10px;
    margin-bottom: 10px;
}

td.sku, th.sku {  
    border: 1px solid #CCC; /* No more visible border */
    height: 30px; 
    transition: all 0.3s;  /* Simple transition for hover effect */
}

th.sku {  
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

td.sku {  
	text-align: left;
	padding: 10px;
    word-break: break-all;
    word-wrap: break-word;
}

a {
    color: #557373 !important;
}

input[type=checkbox] {
    accent-color: #557373;
}

/* Loading Spinner */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #557373;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Announcement Banner */
.scroll-left {
    height: 50px;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #557373;
    color: #fff;
    border: none;
}

.scroll-left p {
    position: absolute;
    height: inherit;
    width: max-content;
    margin: 0;
    font-weight: 700;
    line-height: 50px;
    animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Navigation Columns */
.nav-columns {
    columns: 2;
}