@font-face{
	font-family:'robotolight';
	src:url(/css/Roboto-Light-webfont.eot);
	src:url(/css/Roboto-Light-webfont.eot#iefix) format('embedded-opentype'), url(/css/Roboto-Light-webfont.woff) format('woff'), url(/css/Roboto-Light-webfont.ttf) format('truetype'),url(/css/Roboto-Light-webfont.svg#robotolight) format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'robotoregular';
	src:url(/css/Roboto-Regular-webfont.eot);src:url(/css/Roboto-Regular-webfont.eot#iefix) format('embedded-opentype'),url(/css/Roboto-Regular-webfont.woff) format('woff'),url(/css/Roboto-Regular-webfont.ttf) format('truetype'),url(/css/Roboto-Regular-webfont.svg#robotoregular) format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{
	font-family:'robotolightitalic';
	src:url(/css/Roboto-LightItalic-webfont.eot);src:url(/css/Roboto-LightItalic-webfont.eot#iefix) format('embedded-opentype'),url(/css/Roboto-LightItalic-webfont.woff) format('woff'),url(/css/Roboto-LightItalic-webfont.ttf) format('truetype'),url(/css/Roboto-LightItalic-webfont.svg#robotolight_italic) format('svg');
	font-weight:normal;
	font-style:normal
}
@font-face{font-family:'FontAwesome';src:url(/css/fontawesome-webfont.eot?v=4.3.0);src:url(/css/fontawesome-webfont.eot#iefix&v=4.3.0) format('embedded-opentype'),url(/css/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(/css/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(/css/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(/css/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
	font-weight:normal;
	font-style:normal
}

body {
	margin: 0;
	font-family: 'robotolight',sans-serif;
	font-size: 14px;
	color: #636362;
	background-color: #fff;
}

#btn-render {
	margin-left: 40px;
}

#elbridge-hidden-form {
	display: none;
}

#trx-content {
	transition: all .2s ease-in-out;
	display: grid;
	grid-template-rows: 100px auto;
	height: 100%;
	width: 100%;
}

#trx-content-header {
	grid-column: 1;
	grid-row: 1;
	background-color: rgba(219,9,19,1);
}

#trx-content-header-claim {
	font-size: 40px;
	height: 100px;
	color: #999;
	padding-right:20px;
	text-align: right;
	line-height: 100px;
	color: #fff;
}

#trx-content-main {
	grid-column: 1;
	grid-row: 2;
	padding: 30px;
	overflow: scroll;
	user-select: none;
	/* background-image: url(/images/grid.png);
	background-repeat: repeat; */
}

#trx-container {
	display: grid;
	grid-template-columns: 400px auto;
	width: 100%;
	height: 100%;
}

#trx-copied-to-clipboard {
	display: none;
	color: rgba(219,9,19,1);
}

.trx-partslist-table {
	margin: auto;
	width: 600px;
	border: 1px solid #ddd;
	padding: 10px;
}

.trx-partslist-table td {
	padding: 5px;
}

.trx-partslist-row {
	font-size: 0.9em;
}

.trx-partslist-row:nth-child(even) {
	background-color: #eee;
}

.trx-partslist-qty {

}

.trx-partslist-sku {

}

.trx-partslist-category {
	font-size: 0.8em;
	font-variant: all-petite-caps;
}

.trx-partslist-download-div {
	width: 600px;
	margin: auto;
}

.trx-partslist-product {

}


.trx-productselector {
	height: 1.8em;
	border: 1px solid #ddd;
	border-radius: 0.5em;
	min-width: 150px;
	margin: 0.2em 0em;
	cursor: pointer;
	height: 40px;
	margin-bottom: 0.8em;
}

.trx-productselector-with-title {
	height: 50px !important;
}

.trx-productselector-title {
	height: 12px;
	font-size: 10px;
	color: #666;
	padding: 3px 0px 0px 6px;
	float: left;
	width: 50%;
}

.trx-productselector-alert {
	border: 1px solid #a00 !important;
}

.trx-productselector-input-icon {
	background-image: url(/images/productsearch.png);
	margin-top: 1px;
	margin-right: 6px;
	float: right;
	width: 28px;
	height: 28px;
}

.trx-productselector-input-product {
	float: left;
	border-radius: 10px;
	/* border: 1px solid #ccc; */
	margin: 3px 5px 5px 2px;
	text-align: center;
	padding: 4px 10px;
	color: #666;
	background-color: rgba(0,0,0,0.04);
	height: 19px;
	font-size: 14px;
	font-weight: bolder;
}

.trx-productselector-qty-div {
	float: right;
	width: 100px;
	height: 40px;
	margin-left: 20px;
	margin-top: 2px;
}

.trx-productselector-qty-div-empty {
	float: right;
	width: 45%;
	height: 12px;
	padding: 3px 0px 0px 6px;
}


.trx-productselector-qty-label {
	float: right;
	width: 100px;
	height: 12px;
	font-size: 10px;
	text-align: left;
}

.trx-productselector-qty-input {
	height: 20px;
	width: 80px;
	border: 1px solid #ccc;
	margin-top: 6px;
	background-color: #f9f9f9;
}

.trx-productselector-qty-unit {

}

.trx-productselector-input-container {

}

.trx-productselector-dialog-container {
	width:100%;
	height:100%;
}

.trx-productselector-dialog-productlist {
	float:left;
	width:25%;
	height:99%;
	margin-right:40px;
}

.trx-productselector-dialog-productpreview {
	float:left;
	width:60%;
	height:99%;
}

.trx-productselector-dialog-productlist-item {
	width:100%;
	min-height:30px;
	text-align:center;
	vertical-align: middle;
	margin: 3px 3px 8px 0px;
	border-radius: 6px;
	border: 1px solid #aaa;
	padding-top:8px;
	cursor: pointer;
}


.trx-productselector-dialog-productlist-item-unselected {
	color: #666;
	background-color: #eee;
}

.trx-productselector-dialog-productlist-item-selected {
	color: #fff;
	background-color: rgba(219,9,19,1);
}

.trx-productselector-dialog-productpreview-description {
	font-size: 1em;
	color: #636362;
	width:100%;
	margin-bottom: 8px;
}

.trx-productselector-dialog-productpreview-title {
	font-size: 1.5em;
	color: #636362;
	font-weight: bold;
	margin-bottom: 20px;
}

.trx-productselector-dialog-productpreview-image {
	margin-bottom: 20px;

}

.trx-productselector-dialog-productpreview-facts-container {
	font-size: 0.8em;
	color: #636362;
}

.trx-productselector-dialog-productpreview-factsitem-title {
	float: left;
	width:55%;
	height:20px;
	overflow: hidden;
}

.trx-productselector-dialog-productpreview-factsitem-value {
	float:left;
	width:42%;
	height:20px;
	overflow:hidden;
}

#trx-sidebar {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	grid-column: 1;
	display: grid;
	grid-template-rows: 100px auto;
	height: 100%;
	width: 400px;
	background-color: #fff;
}

#trx-sidebar-header {
	grid-column: 1;
	grid-row: 1;
}

#trx-sidebar-header-logo {
	width: 120px;
	height: 100px;
	float: left;
	background-image:url(/images/logo.svg);
	background-repeat: no-repeat;
	margin-right:20px;
	cursor: pointer;
}
#trx-sidebar-header-claim {
	font-size: 40px;
	height: 100px;
	color: #999;
	float: left;
	line-height: 100px;
}



#trx-sidebar-main {
	background-color: #f0f0f0;
	overflow-y: auto;
	grid-column: 1;
	grid-row: 2;
}

.trx-sidebar-main-accordion-1-button {
	display: block;
	width: 200px;

	margin-bottom: 15px;
	/* border: 3px solid rgba(219,9,19,0) !important; */
}
.trx-sidebar-main-accordion-1-button:focus, .trx-sidebar-main-accordion-1-button:hover, .trx-sidebar-main-accordion-1-button:active {
	border: 1px solid rgba(219,9,19,0.5) !important;
	outline: none;
}

.trx-sidebar-main-accordion-1-button-selected {
	border: 1px solid rgba(219,9,19,0.8) !important;
}

.trx-2col {
	width: 50%;
	float: left;
}
.trx-row {
	width:100%;
	clear:both;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	color: #666 !important;
	text-align: left;
}

.ui-widget {
	font-family: 'robotolight',sans-serif !important;
}

.ui-accordion-content {
	padding: 0em 1em 0.2em 1em !important;
}

/* .ui-checkboxradio-label, .ui-checkboxradio-radio-label, */
.ui-icon-background {
	background-color: lightgrey !important;
}

.ui-checkboxradio-checked > .ui-icon-background {
	background-color: #cc0000 !important;
}

.ui-selectmenu-button.ui-button {
	width:80% !important;
}

fieldset {
	border-radius: 0.5em;
	border-width:0.5px;
	border-color: #eee;
	border-style: solid;
	color: #666;
	background: rgba(220,220,220,0.3);
	margin-bottom: 0.8em;
}

fieldset legend {
	/* margin-top: 2em; */
	margin-bottom: -1.8em;
	padding-bottom: 2.2em;
	line-height: 30px;
}

br {
	clear:both;
}

button a {
	text-decoration: none;
	color: rgb(102, 102, 102);
}

small {
	color: #999;
	font-size: 11px;
	line-height: 16px;

}
