body {
    padding: 0px !important;
    /*background-color:#2A4074;
    color:#fff;*/
}

.zf-green {
    color: #68b604;
}
.blue {
    color: #122F6C;
}
/*
.btn-success {
  background-color: #5179A3;
  border:0px !important;
  background-image: -moz-linear-gradient(top, #BFC1D5, #5179A3);
  background-image: -ms-linear-gradient(top, #BFC1D5, #5179A3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BFC1D5), to(#5179A3));
  background-image: -webkit-linear-gradient(top, #BFC1D5, #5179A3);
  background-image: -o-linear-gradient(top, #BFC1D5, #5179A3);
  background-image: linear-gradient(top, #BFC1D5, #5179A3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFC1D5', endColorstr='#5179A3', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #5179A3;
}

.btn-success:active, .btn-success.active {
  background-color: #5179A3;
}
*/
div.container a.brand {
    /*background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;*/
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}

.btn-gold {
  background-color: #FBB450;
  background-image: -moz-linear-gradient(top, #FBB450, #FFA500);
  background-image: -ms-linear-gradient(top, #FBB450, #FFA500);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBB450), to(#FFA500));
  background-image: -webkit-linear-gradient(top, #FBB450, #FFA500);
  background-image: -o-linear-gradient(top, #FBB450, #FFA500);
  background-image: linear-gradient(top, #FBB450, #FFA500);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBB450', endColorstr='#FFA500', GradientType=0);
  color:#333;
}

.btn-gold:hover,
.btn-gold:active,
.btn-gold.active,
.btn-gold.disabled,
.btn-gold[disabled] {
  background-color: #FFA500;
}

.btn-gold:active, .btn-gold.active {
  background-color: #FFA500;
}
#orders-sort-form {background-color:#fff !important;}


#note table  {
    margin: 3px; border:1px solid black; width: 95%;
}

#note table th  {
    color: white; background: black;
}

#note table td  {
    padding: 5px;
    font-size: 12pt;
    background: yellow;
}

#animatedloader {
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -62px;
    margin-left: -64px;
}

.span4 {
padding: 15px;
background-color: #A6946F;
background-image: -moz-linear-gradient(top, #D4C3A4, #A6946F);
  background-image: -ms-linear-gradient(top, #D4C3A4, #A6946F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D4C3A4), to(#A6946F));
  background-image: -webkit-linear-gradient(top, #D4C3A4, #A6946F);
  background-image: -o-linear-gradient(top, #D4C3A4, #A6946F);
  background-image: linear-gradient(top, #D4C3A4, #A6946F);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4C3A4', endColorstr='#A6946F', GradientType=0);
border: 2px solid white;
min-height: 150px !important;
max-width:346px !important;
width: 33%;
margin:10px !important;
color:#3E3029
}
.noinherit {
    position: relative;
    left: -30px;
}
.noinherit th, .noinherit td {
    position: relative;
    padding-left: 15px;
}
.table select {width:100%;}
	.scroll-to-top {
		position: fixed;
		cursor: pointer;
		bottom: 1em;
		right:55px;
		padding-right: 1em;
		display: none;
		z-index: 999;
		}
.side-nav i {color: rgb(114, 114, 114);}


/*---- Eric's Additions --*/
@media only screen and (max-width: 767px){
    #hdr-top {display:none;}
    #mb-top {text-align: center;}
    #hdr-top img{max-width:325px; height: 160px; margin:0px auto;}
    .floatleft50{width:100%; margin-bottom:10px;}
    .floatright50{width:100%; margin-bottom:10px;}
}
@media only screen and (min-width: 768px){
    #hdr-top {text-align: center;}
    #hdr-top img{width:970px; height: 160px; margin:0px auto;}
    #mb-top{display:none;}
}
 /*
 header {background:url('../img/header.png'); background-repeat: repeat-x; position: fixed; top:0; width: 100%; z-index: 1030;}
 .navbar{background:#a6946f !important; color: #fff !important; border-top:2px solid #FFFBF0; border-bottom:2px solid #FFFBF0;}
 .navbar-inner{background:transparent !important; border:0px !important; border-radius:0px !important;}
 .navbar a {color:#fff !important; text-shadow: none !important;}
 .btn-navbar {background:none!important; border:none !important;}
 .nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover{background-color:#E3D4B7 !important;} */

 .hero-unit{background-color:#F9F2DE !important; color:#3E3029 !important; border-radius: 0px !important;}
#submitbutton {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
 #submitbuttonNONE, #submitOrder, #setref1 {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    }
    #submitbuttonNONE:hover, #submitOrder:hover, #setref1:hover {
    background-image: -moz-linear-gradient(top,#e6e6e6,#fff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#e6e6e6),to(#fff));
    background-image: -webkit-linear-gradient(top,#e6e6e6,#fff);
    background-image: -o-linear-gradient(top,#e6e6e6,#fff);
    background-image: linear-gradient(to bottom,#e6e6e6,#fff);
    }
 label{margin-right:5px;}
 .table-box{
    background-image: -moz-linear-gradient(top,#5079A1,#CACBDD);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5079A1),to(#CACBDD));
    background-image: -webkit-linear-gradient(top,#5079A1,#CACBDD);
    background-image: -o-linear-gradient(top,#5079A1,#CACBDD);
    background-image: linear-gradient(to bottom,#5079A1,#CACBDD);
    padding:10px;
    margin:10px;
    color:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }
 .table-box table{width:80%; margin:auto;}
 .table-box input{width:100%;}
 .table-box label{font-weight:bold;text-align: right; text-shadow: 1px 1px 1px #333;}

 @media screen and (min-width:768px) and (max-width:1200px) {
	 .container {
		margin-left: 200px;
	 }
}

@-webkit-keyframes lightningFrames {
  0% { color: #FFFF00; text-shadow: 1px 1px 3px #333; }
  50% { color: #FFD700; text-shadow: 1px 1px 3px #000; }
  100% { color: #FFFF00; text-shadow: 1px 1px 3px #333; }
}

.lightning {
  -webkit-animation-name: lightningFrames;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}

 #orders-sort-form form{display:inline-block !important;}

 /* Product Build CSS */

@media( max-width : 767px ) {
	.tabs-below > .nav-tabs,
	.tabs-right > .nav-tabs,
	.tabs-left > .nav-tabs {
	  border-bottom: 0;
	}
	.tab-content {margin-right: -10px; margin-left: -10px;}
	.tab-content.col-xs-12 {width: inherit !important;margin-right: -15px; margin-left: -15px;}
	.tab-content > .tab-pane,
	.pill-content > .pill-pane {
	  display: none;
	}

	.tab-content > .active,
	.pill-content > .active {
	  display: block;
	}

	.tabs-left > .nav-tabs > li,
	.tabs-right > .nav-tabs > li {
	  float: left;
	}

	.tabs-left > .nav-tabs > li > a,
	.tabs-right > .nav-tabs > li > a {
	  min-width: 74px;
	  margin-right: 0;
	  margin-bottom: 3px;
	  color:#449d44;
	}

	.tabs-left > .nav-tabs {
	  float: left;
	  margin-right: 19px;
	  border-bottom: 1px solid #ddd;

	}

	.tabs-left > .nav-tabs > li > a {
		font-size: 14px;
	    margin-right: -1px;
	    padding: 15px 10px;
	  -webkit-border-radius: 4px 0 0 4px;
	     -moz-border-radius: 4px 0 0 4px;
	          border-radius: 4px 0 0 4px;
	}


	.tabs-left > .nav-tabs > li > a:hover,
	.tabs-left > .nav-tabs > li > a:focus {
	  border-color: #eeeeee  #eeeeee #dddddd #eeeeee;
	}

	.tabs-left > .nav-tabs .active > a,
	.tabs-left > .nav-tabs .active > a:hover,
	.tabs-left > .nav-tabs .active > a:focus {
	  border-color: #ddd #ddd transparent #ddd;
	  *border-bottom-color: #ffffff;

	}

	.tabs-left > .nav-tabs .disabled > a,
	.tabs-left > .nav-tabs .disabled > a:hover,
	.tabs-left > .nav-tabs .disabled > a:focus {
		color: #5bc0de;
	}
	/* .tabs-left > .nav-tabs .fa {display:block; margin:auto;}*/

	#mobile-tabs{display:block;}
	#desktop-tabs{display:none;}

	.dropdown-menu > li > a {padding:10px;}
	#stepTitle{display:inline-block; margin-left: 15px; margin-top:10px;}
}
@media( min-width : 769px ) {
	.tabs-below > .nav-tabs,
	.tabs-right > .nav-tabs,
	.tabs-left > .nav-tabs {
	  border-bottom: 0;
	}

	.tab-content > .tab-pane,
	.pill-content > .pill-pane {
	  display: none;
	}

	.tab-content > .active,
	.pill-content > .active {
	  display: block;
	}

	.tabs-left > .nav-tabs > li,
	.tabs-right > .nav-tabs > li {
	  float: none;
	}

	.tabs-left > .nav-tabs > li > a,
	.tabs-right > .nav-tabs > li > a {
	  min-width: 74px;
	  margin-right: 0;
	  margin-bottom: 3px;
	  color:#449d44;
	}

	.tabs-left > .nav-tabs {
	  float: left;
	  margin-right: 19px;
	  border-right: 1px solid #ddd;
	}

	.tabs-left > .nav-tabs > li > a {
		font-size: 16px;
	    margin-right: -1px;
	    padding: 25px 15px;
	  -webkit-border-radius: 4px 0 0 4px;
	     -moz-border-radius: 4px 0 0 4px;
	          border-radius: 4px 0 0 4px;
	}


	.tabs-left > .nav-tabs > li > a:hover,
	.tabs-left > .nav-tabs > li > a:focus {
	  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
	}

	.tabs-left > .nav-tabs .active > a,
	.tabs-left > .nav-tabs .active > a:hover,
	.tabs-left > .nav-tabs .active > a:focus {
		color: #F0AD4E;
	  border-color: #ddd transparent #ddd #ddd;
	  *border-right-color: #ffffff;

	}

	.tabs-left > .nav-tabs .disabled > a,
	.tabs-left > .nav-tabs .disabled > a:hover,
	.tabs-left > .nav-tabs .disabled > a:focus {
		color: #5bc0de;
	}
	#mobile-tabs{display:none;}
	#desktop-tabs{display:block;}
/* Building WorkFlows Styles */
	.switch-options select{
		border:0px;
		min-height: 300px;
	}

	.switch-btns{ height:300px; line-height: 300px;margin:20px auto;}
}
.page-title{font-size:30px;}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.tab-pane{	padding-top: 15px;}
.product-notes {min-height: 200px;}
.note{margin-top:10px;}

.progress > .progress-type {
	position: absolute;
	left: 0px;
	font-weight: 800;
	padding: 3px 30px 2px 10px;
	color: rgb(255, 255, 255);
	background-color: rgba(25, 25, 25, 0.2);
}
.progress > .progress-completed {
	position: absolute;
	right: 0px;
	font-weight: 800;
	padding: 3px 10px 2px;
}
.dropdown-menu{padding:5px 5px;}
.list-inline{ margin-top: 15px !important;  margin-right: 10px !important;}
.form-btn{margin-top:25px;}
.qty{width:80px;}
#qty_uom .form-control{display:inline; margin: 0px 2% 3px;}
#qty_uom select.form-control{ width:40%; min-width:140px;}
#job-request .fa-check-circle-o{color:#F0AD4E;}
#job-request .fa-check-circle{color:#449d44;}
#job-request .fa-exclamation-circle{color:#5bc0de;}
#job-request .fa-times-circle{color:#D9534F;}
#job-request .success{font-weight: bold;}
#job-request .primary{font-weight: bold;}
#job-request .info{font-weight: bold;}
#job-request .warning{font-weight: bold;}
#job-request .danger{font-weight: bold;}
.filter-select{display:inline-block;}
.filter-select label {width:100%;}
.btn-margins{margin: 5px 5px 10px 0px;}
.modal-body .btn-margins {display:none;}
.page-header{margin: 20px 0px 10px 0px;}
#addComponentBlock label{margin-top:5px;}
#warehousingForm .panel-heading h3{margin:0px;}
.divide-item{border-bottom:1px solid #eee; padding-bottom: 10px;}
.time{margin-top:10px;}
.time-block{margin:10px;}
#filter-select > select {
	display: block;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ckbox {
	position: relative;
	margin-left: 25px;
}
.ckbox input[type="checkbox"] {
	opacity: 0;
}
.ckbox label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.ckbox label:before {
	content: '';
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	border-radius: 2px;
	border: 1px solid #bbb;
	background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
	border-color: #337AB7;
	background-color: #337AB7;
}
.ckbox input[type="checkbox"]:checked + label:after {
	top: 3px;
	left: 3.5px;
	content: '\e013';
	color: #fff;
	font-size: 11px;
	font-family: 'Glyphicons Halflings';
	position: absolute;
}

.filter label:hover{cursor:pointer; color:#5BC0DE;}
.filter input[type="radio"]:checked + label{
	color:#5CB85C;
	cursor:pointer;
}
input[type="radio"].sort-order{opacity:0;}


/* Font Colors */

.success{color: #5CB85C !important;}
.primary{color: #337AB7 !important;}
.info{color: #5BC0DE !important;}
.warning{color: #F0AD4E !important;}
.danger{color: #D9534F !important;}

/* Drag and Drop */
.drag-box{
	display: block;
    width: 100%;
	height: 500px;
	overflow: scroll;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.drag-box ul{list-style: none; padding:0px;}
.drag-box ul li {margin:3px; padding: 3px 5px; cursor:pointer;}
.placeholder, .ui-sortable{min-height:500px;}
.ui-droppable .ui-sortable ul{ list-style: none outside none; }


/* Mobile Table Data */
@media
only screen and (max-width: 568px)  {
	/* Force table to not be like tables anymore */
	.table table, .table thead,  .table tbody,  .table th,  .table td, .table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.table tr { border: 1px solid #ccc; margin: 8px 0px; }

	.table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		min-height: 32px;

	}

	.table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-weight:bold;
		content: attr(data-th);
	}
}
/* Building WorkFlows Styles */
	.switch-options select{
		border:0px;
	}

	.switch-btns{padding-bottom:15px;}

.password-container {
	position: relative;
}
.password-input {
	padding-right: 30px; /* Adjust as needed */
}
.eye-icon {
	position: absolute;
	top: 50%;
	right: 5px; /* Adjust as needed */
	transform: translateY(-50%);
	cursor: pointer;
}

#login-logo {
	width: 300px;
	height: auto;
}
.modern-rounded {
	border-radius: 20px;
}
.heading-rounded {
	border-radius: 20px 20px 0px 0px;
}

.shadow {
	box-shadow: 0px 4px 8px rgba(0,0,0,0.5);
}

.navbar-brand {
	padding: 3px 15px;
}

.container {
	padding:8px;
}

.breadcrumb {
	border-radius: 25px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.form-control {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.btn {
	border-radius: 25px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.btn-sm {
	border-radius: 15px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.alert {
	border-radius: 25px;
}
.row {
	padding: 15px;
}

.partners {
	margin-left: 25%;
	margin-right: auto;
	padding-top: 3px;
	width: 400px;
	display: inline-block;
	font-size: 2em;
	font-family: 'Open Sans';
	color: #535353;
}

.navbar-ex1-collapse, .side-nav {
	max-height: 100vh; /* Set maximum height to viewport height */
	overflow-y: auto; /* Enable vertical scrolling */
}

.top-nav>.open>.dropdown-menu>li>a{
	white-space: nowrap;
}

.breadcrumb {
	margin-bottom: 3px;
}
.h1 {
	margin-top: 3px;
	padding-top: 3px;
}
.navbar-toggle .icon-bar {
	background-color: #333; /* This sets the icon bars to a dark gray color */
}
.navbar-header {
	width: 100%;
}

.row-tight {
	padding-top: 5px;
	padding-bottom: 5px;
}

.brown-box {
	color: #a47844;
}

.numberCircle {
	font: 32px Arial, sans-serif;

	width: 2em;
	height: 2em;
	box-sizing: initial;

	background: #fff;
	border: 0.1em solid #666;
	color: #666;
	text-align: center;
	border-radius: 50%;

	line-height: 2em;
	box-sizing: content-box;
}


.do-not-ship td:not(.ignore-style) {
	background-color: #ffcccc !important;
}