a {
	cursor: pointer;
	color: #00f;
}

form input, form select {
	margin: 3px 0;
}

.form-holder {
	width: 250px;
}

.type_draft, .type_credit, .type_unlimited {
	display: none;
}

.pair-only {
	display: none;
}

#itemHolder {
	padding-bottom: 20px;
}

#itemHolder-fluid {
	float: left;
	width: 40%;
	padding-bottom: 20px;
}

.item-section {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.item-top {
	padding-right: 10px;
}

#warningHolder {
	padding-bottom: 6px;
	font-weight: bold;
	width: 48%;
	float: right;
}

#warningHolder p {
	margin: 0;
}

.warning {
	color: #dba901;
}

.error {
	color: #ff0000;
}

#build-left {
	width: 48%;
	float: left;
}

#build-right {
	width: 48%;
	float: right;
}

#item-opts-holder {
	position: relative;
	width: 75%;
}

#item-select-options {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.sel-opt {
	cursor: pointer;
	padding: 4px 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
	z-index: 99;
}

.sel-opt:hover, .sel-act {
	background: #eee;
}

.search-control {
	width: 50%;
	display: inline-block;
}

a.title-nav {
	color: #697882;
}

i.nav-scen {
	cursor: pointer;
}

#add-head {
	margin-top: -3px;
}

#heading-holder {
	width: 90%;
}

.door-lister {
	float: left;
}

.door-holder {
	float: right;
}

.door-control {
	width: 95px;
	font-size: 12px;
	padding: 2px;
	height: 21px;
	display: inline-block;
}

.add-door {
	margin-top: -1px !important;
}

#canvasHolder {
	display: none;
	margin-left: 45%;
}

#search-loader {
	position: absolute;
	right: 5px;
	top: -25px;
	display: none;
}

#company {
	margin-bottom: 0;
}

#editable_headings_info {
	display: none;
}

.footerExp {
	border: 3px solid black;
	width: 1500px;
	height: 154px;
	vertical-align: top;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.p2pExp {
	min-width: 10px;
	min-height: 10px;
}

.foot-note {
	width: 60%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding-left: 2px;
}

.foot-info {
	width: 27%;
	display: inline-block;
	border-right: 3px solid black;
	border-left: 3px solid black;
	height: 100%;
	vertical-align: top;
	padding-left: 2px;
}

.foot-proj {
	width: 100%;
	border-bottom: 3px solid black;
	display: inline-block;
	height: 50%;
	vertical-align: top;
	padding-left: 2px;
}

.foot-third {
	width: 33%;
	border-right: 3px solid black;
	display: inline-block;
	height: 50%;
	vertical-align: top;
	padding-left: 2px;
}

.foot-address {
	width: 13%;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	padding-left: 2px;
}

.headingsExp {
	font-size: 20px;
	min-width: 700px;
	min-height: 1px;
	color: #000;
	font-weight: bold;
}

.thedo-left {
	display: inline-block;
	width: 120px;
}

.thedo-right {
	display: inline-block;
	width: 600px;
}

#pdf-loader, #modale-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	overflow-y: scroll;
}

#pdf-loader-inner, .modale-inner {
	width: 600px;
	margin: auto;
	margin-top: 150px;
	text-align: center;
}

#timeline-line {
	width: 84%;
	margin-left: 8%;
	height: 2px;
	background: #ccc;
}

.timeline-cont {
	display: inline-block;
	width: 16%;
	text-align: center;
	font-size: 12px;
	margin-top: -16px;
	vertical-align: top;
}

.timeline-dot {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
	margin: auto;
	margin-bottom: 5px;
}

.timeline-active {
	color: #CD7F32;
}

.timeline-active .timeline-dot {
	background: #CD7F32;
}

.timeline-inactive {
	color: #ccc;
}

.timeline-inactive .timeline-dot {
	background: #ccc;
}

#timeline-discount, #timeline-paypal, #timeline-warning, #timeline-p2p-warning, #timeline-blank-warning, #timeline-semi-blank-warning, #timeline-download, #timeline-spinner {
	display: none;
}

#timeline-blank-warning .green {
	margin: 5px 0;
}

#timeline-invoice-tbl {
	width: 84%;
	margin-left: 8%;
	margin-top: 20px;
	margin-bottom: 18px;
}

#timeline-invoice-tbl .third {
	display: inline-block;
	width: 32%;
	height: 24px;
	vertical-align: bottom;
	padding: 0;
}

.timeline-splitter {
	width: 100%;
	height: 1px;
	background: #000;
	margin: 2px 0;
}

#timeline-p2p-warning {
	padding: 10px 0;
}

#timeline-errors {
	margin: 10px 0;
}

#timline-spinner {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 40%;
}

.green {
	font-weight: bold;
	color: green;
}

.yellow {
	font-weight: bold;
	color: #EAC117;
}

.orange {
	font-weight: bold;
	color: #FFA500;
}

.red {
	font-weight: bold;
	color: red;
}

.menu-right-jov {
	float: right;
	color: #fff;
	font-size: 22px;
	margin-right: 5px;
	margin-top: 9px;
}

.menu-right-jov.scenarios-match-count {
	border: solid 2px white;
	color: white;
	text-align: center;
	font-size: 18px;
	margin-right: 43px;
	margin-top: 13px;
	padding:2px;
}
.menu-right-jov.scenarios-match-count span {
	color: red;
}
.menu-right-jov:hover {
	color: #eee;
}

#discount_code {
	width: 300px;
	margin: auto;
	clear: both;
}

#autosave-info {
	float: right;
	color: green;
	font-weight: bold;
	display: none;
}

#editable_headings tr td:nth-of-type(2) {
	word-break: break-all;
}

.pro-get {
	cursor: pointer;
}

.t-error {
	font-weight: bold;
	display: none;
}

.bubble-group {
	position: relative;
}

.form-bubble {
	position: absolute;
	top: 0;
	left: 80%;
}

#ignore-all {
	display: none;
}

.reltd {
	position: relative;
}

.reltd i {
	position: absolute;
	right: 6px;
	top: 8px;
	cursor: pointer;
}

#editable_headings_add {
	color: #32C5D2;
	font-size: 24px;
}

.reltd .delete {
	color: #aaa;
	font-size: 20px;
}

.table-jthin tr th {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.table-jthin tr td {
	padding: 0 !important;
}

.table-matching-scenarios tr td:last-child{
	width: 150px;
}

#simple_item_list {
	margin-left: 7%;
	width: 93%;
}

#simple_item_list tr td {
	padding-left: 3px !important;
}

h4.panel-title {
	position: relative;
}

.accord-website {
	position: absolute;
	text-decoration: underline !important;
	right: 5px;
	top: 10px;
	font-size: 13px;
}

.container-fluid {
	padding-left: 10px;
	padding-right: 10px;
}

#build-right-fluid {
	position: relative;
}

#item-selector {
	position: absolute;
	background: #fff;
	padding: 10px;
	top: 33px;
	left: 100%;
	width: 100%;
	border: 1px solid #ccc;
	display: none;
	height: 400px;
    overflow-y: scroll;
}

.manuf-holder {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

a.manuf-toggle, a.manuf-cat-toggle {
	color: #999;
}

.manuf-cats, .manuf-items {
	display: none;
}

#cancel-selector {
	float: right;
	margin-top: 10px;
}

.manuf-cats, .manuf-items {
	padding-left: 10px;
}

a.add-selector {
	margin-top: -2px;
	padding: 0 5px;
}

#search-items {
	display: inline-block;
	width: 75%;
}

#show-selector {
	float: right;
	width: 22%;
}

.canvasExp, .p2pExp {
	background: #fff !important;
}

.p2pExp {
	text-align: center;
	padding: 30px;
}

.revision-balloon {
	width: 200px;
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
	position: absolute;
	display: none;
	left: 50px;
	top: 40px;
	z-index: 99;
}

.revbox {
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.revbox:hover {
	background: #ddd;
}

.legend_tbl tr td {
	border: 3px solid black;
	padding: 3px 5px;
}

.wiringLegend {
	min-width: 400px;
	min-height: 1px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}