/* styles CSS, this defines class styles */

/*classes for floating elements*/
.left {	float: left; }
.right { float: right; }
.clear { clear: both; }

/* hidden elements */
.hidden { display: none; }

.hidespan span {
	position: absolute;
	left: -99999px;
}

/* bold text */
.bold {font-weight: bold;}

/* colour classes */
.red 	{ color: #900; }
.blue 	{ color: #009; }
.green 	{ color: #0c0; }
.dkgreen 	{ color: #090; }
.white 	{ color: #fff; }
.grey 	{ color: #666; }
.orange { color: #f60; }
.yellow { color: #ff0; }
.purple { color: #f0f; }

.bkgrd-orange {
	background-color: #f60;
}

.bgreen {
	background: #090;
	border-top: 1px solid #3c3;
	border-left: 1px solid #3c3;
	border-right: 1px solid #060;
	border-bottom: 1px solid #060;
	color: #fff;
}


.info-strip {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	height: auto;
}

.info-strip .page-button {
	background-color: #fff;
	color: #999;
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin: 2px;
}
.info-strip .on {
	border: 1px solid #666;
	color: #fff;
	background-color: #666;
}
.info-strip .off {
	border: 1px solid #f60;
	color: #f60;
	background-color: #fff;
}
.info-strip .off:hover {
	border: 1px solid #666;
	background-color: #fff;
	color: #666;
}

.orange-block {
	line-height: 1px;
	margin: 0;
	padding: 0;
	height: 6px;
	width: 6px;
	background-color: #f60;
	margin: 5px 0;
}

#dealer-login {
	width: 100%;
	background: #666;
	padding: 15px;
	color: #fff;
	margin-top: 20px;
}

#f-flashcontent {
	margin-left: -10px;
}

#footer {
	height: 52px;
	width: 100%;
	margin-top: 30px;
}

#footer #footer-protx {
	float: left;
	width: 185px;
}

#footer #footer-copyright {
	float: left;
	width: 420px;
	padding-top: 40px;
	height: 52px;
	text-align: center;
}

#footer #footer-webtrader {
	float: right;
	width: 137px;
}

dl {
	margin: 1.0em 0;
}
dt {
	margin: 0;
	padding: 2px;
	position: absolute;
	width: 90px;
	padding-top: 3px;
	font-weight: bold;
	line-height: 1.1em;
}
dd {
	margin: 0;
	padding: 2px;
	margin: 2px 0;
	padding-left: 100px;
	line-height: 1.1em;
}

#contact dt {
	width: 120px;
	margin-top: 4px;
}

#contact dd { padding-left: 130px; }

td.table {
	background-color: #333;
	color: #fff;
	padding: 4px;
	margin: 1px;
}

.table a { color: #ccc; }
.table a:hover { color: #eee; }
table {	font-size: 1em }

table.reports {
	color: #fff;
	margin:20px 0; margin-top:10px;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:1px dotted #666;
}

table.reports th {
	background-color: #333;
	color: #fff;
	padding: 5px;
	margin:0;
}
table.reports tr { margin:0; padding:0; }

.bootstrapiso .pagination {
	justify-content: center;
}

table.reports tr.totals {  background-color:#fff; border-top:1px solid #666; font-weight:bold; }
table.reports td {
	margin:0px;
	color: #000;
	padding: 5px;
	border:1px dotted #666;
}

table.reports td.centered {text-align:center; }
table.reports td.right-align {text-align:right; }

/*table cell with a thicker bottem border, ideal for groping data*/
tr.thick-top-border {
	border-top: 2px solid black;
}

details summary { 	
	font-size: 1.5em;
	color: #666;
	line-height: 1.6em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-transform: uppercase; 
}

form dt {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100px;
	padding-top: 0.1em;
}
form dd {
	margin: 0;
	padding: 0;
	margin: 2px 0;
	padding-left: 110px;
}

.form {
	width: 500px;
	float: left;
	margin-right: 10px;
}

.label {
	clear: left;
	float: left;
	width: 120px;
	margin: 3px;
	margin-right: 10px;
	min-height: 20px;
}
.label-narrow {
	clear: left;
	float: left;
	width: 75px;
	margin: 3px;
	margin-right: 10px;
	min-height: 20px;
}
.label-narrowest {
	clear: left;
	float: left;
	width: 20px;
	margin: 3px;
	margin-right: 10px;
	min-height: 20px;
}
.label-note {
	clear: left;
	float: left;
	width: 320px;
	margin: 3px 3px 3px 20px;
	min-height: 20px;
}

.input {
	float: left;
	margin: 2px;
	width: 300px;
	min-height: 20px;
}
.input-narrow {
	float: left;
	margin: 2px;
	width: 220px;
	min-height: 20px;
}


#customerinfo {
	float: left;
	padding-right: 10px;
	width: 490px;
}
#customerinfo dl {
	margin: 1.0em 0;
}
#customerinfo dt {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 140px;
	padding-top: 0.1em;
}
#customerinfo dd {
	margin: 0;
	padding: 0;
	margin: 2px 0;
	padding-left: 150px;
	width: 350px;
}

.row-selectable{
	cursor:pointer;
}

.row-selectable:hover{
	background-color: #FFCC66 !important;
}
.row-selected{
	background-color: #FFCC33 !important;
}

tr.pinked{
	background-color: #FF6666 !important;
}


.box {
	margin: 2px;
	margin-top: 10px;
	padding: 2px;
	border: 1px #666 solid;
	width: 100%;
}
.half-box {
	margin: 2px;
	margin-top: 10px;
	padding: 2px;
	border: 1px #666 solid;
}

#cats {
	width: 500px;
	float: left;
	margin-right: 10px;
}

.errors {
	border: 1px solid #900;
	padding: 3px;
	color: #900;
}

.error-label {
	color: #900;
}

.spec-cat {
	float: left;
	width: 120px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin: 2px;
	color: #000;
}
.spec-value {
	float: left;
	padding: 0;
	margin: 0;
	margin: 2px;
	padding-left: 10px;
	font-weight: normal;
}

.tab-first, .tab {
	float: left;
	display: block;
	border: 1px solid #000;
	border-bottom: 0;
	background-color: #f60;
	color: #fff;
	padding: 2px;
	width: 150px;
}
.tab-first {
	margin-left: 2px;
}
.tab {
	border-left: 0;
}

.adminlogRow {
	border-bottom: 1px solid #f60;
	width: 1100px;
	margin: 10px;
}
.adminlogIcon {
	float: left;
	width: 50px;
	height: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.adminlogText {
	float: left;
	font-size: 9px;
	width: 1030px;
	border: 1px solid #fff;
}
.adminlogText h3 {
	font-size: 14px;
	color: #000;
	font-weight: bolder;
	line-height: 1em;
	text-transform: none;
}

.ordernotes .adminlogRow {
	width: 450px
}
.ordernotes .adminlogText {
	width: 400px;
}
.ordernotes .adminlogText h3 {
	font-size: 11px;
	color: #000;
	font-weight: bolder;
	line-height: 1em;
}
.ordernotes .adminlogIcon {
	width: 30px;
	height: 15px;
	margin-bottom: 5px;
}

.calendar {
	font-size: 1.4em
}
.calendar .calendar-month {
	margin: 5px;
}

.calendar td {
	text-align: center;
	border: 1px solid #ddd;
}
.calendar th {
	text-align: center;
	background-color: #666;
	color: #fff;
	margin-bottom: 10px;
	padding: 8px 0;
}
.calendar small {
	font-size: 0.6em;
	line-height: 9px
}
.calendar .selected-day {
	background-color: #ccc;
}
.calendar .lrg-selected-day {
	width: 160px;
	height: 110px;
	background-color: #ccc;
}
.calendar .lrg-day {
	width: 160px;
	height: 110px
}
.calendar td a.calendar-link {
	display: block;
	width: 80px;
	height: 60px
}

#adminnotesbox {
	z-index: 11;
	position: fixed;
	bottom: 16px;
	left: 5px;
	padding: 5px;
	border: 1px solid #f60;
	background-color: #fff;
	width: 400px;
	height: 300px
}

#info-footer {
	z-index: 10;
	position: fixed !important;
	bottom: 0;
	left: 0;
	padding-right: 5px;
	background-color: #f60;
	width: 100%;
	height: 17px;
	color: #fff;
	text-align: right;
	font-size: 10px;
	line-height: 17px;
	text-transform: uppercase;
}
#info-footer a {
	color: #fff;
	background-color: #fff;
}
#info-footer a:hover {
	background-color: #f9aa75;
}

.footer-icon {
	padding-left: 20px;
	border-left: 1px solid #fff;
	margin-right: 10px;
	height: 17px
}

.list {
	padding: 3px;
}
.list:hover {
	background-color: #fd9;
}
.list.selected {
	background-color: #f60;
}

.sql_output tr td {
	padding: 4px;
	margin: 0px;
	border: none;
}
.productid {
	cursor: pointer;
	text-decoration: underline;
}
.productid:hover {
	background-color: #fd9;
}

.menuEditContainer {
	position: static;
}

.menuEditItem {
	border: 1px solid #333333;
	background-color: #eeeeee;
	padding: 2px;
	width: 200px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.menuEditItem:hover {
	background-color: #fd9;
}

.menuEditToggle {
	border: none;
	color: #ffffff;
	background-color: #333333;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.ui-draggable-dragging {
	opacity: 0.8;
	z-index: 100
}


/* this section deals with styling the header of the page and border etc*/
#background-container{
	position:fixed;
	width:100%;
	height:100%;
	background: #292E31;
	z-index: -1;
}
#outer-container {
	margin: 0;
	padding: 10px;
	width:max-content;
	min-width:1000px;
	text-align: left;
}

#outer-shell {
	width: 100%;
	height: auto;
	min-height:600px;
	background: #fafafa;
	border: 1px solid #474e51;
}
#header {
	background: #292E31;
	position: relative;
	height:100px;
}
#header-home {
	text-indent: -9999px;
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	background: url(/the-reactor/images/template/reactor-icon.png) 50% no-repeat; 
	#background-color: #900;
}
#reactor-text {
	background: url(/the-reactor/images/template/reactor-text.png) no-repeat center center/100% auto;
    width: 120px;
    height: 70px;
    margin-left: -8px;
    margin-right: 10px;
    float:left;
    #background-color: #900;
}
@media (max-width:1385px){
	#reactor-text{
		display:none;
	}
}
.header-icon {
	margin-top: 11px;
	margin-left: 12px;
	float: left;
	background: #474e51;
	background: linear-gradient(180deg, rgba(70,78,81,1) 0%, rgba(100,111,115,1) 100%);
	width: 46px;
	height: 46px;
	display: block;
	position: relative;
	transition: background 0.35s;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
	text-align: center;
	border: 1px solid rgba(100,111,115,1);
}
.header-icon:hover {
	background: #FF6602;
	background: linear-gradient(180deg, rgba(255,102,2,1) 0%, rgba(255,156,91,1) 100%);
	border: 1px solid rgba(255,156,91,1);
}

.header-icon img {
	display: inline-block; 
	width: 40px;
	margin-top: 3px;
}


#main {
	margin: 10px;
	position: relative;
	height:auto;
	background-color:#fff;
}

/* menu stuff */
.menu {
	background: #474e51;
	background: linear-gradient(180deg, rgba(70,78,81,1) 0%, rgba(100,111,115,1) 100%);
	display: block;
	width: 100%;
	height: 27px;
}

.menu li {
	background: #474e51;
	background: linear-gradient(180deg, rgba(70,78,81,1) 0%, rgba(100,111,115,1) 100%);
	background-position: 0px 0px;
	list-style-type: none;
	display: block;
	float: left;
	height: 27px;
	border-right: solid 1px #292E31;
	text-align: left;
	vertical-align: middle;
	transition: background 0.35s;
}
.menu li:hover {
	background: #ff6602;
	background: linear-gradient(180deg, rgba(255,102,2,1) 0%, rgba(255,156,91,1) 100%);
}
.menu li a {
	padding: 3px 12px;
	padding-bottom: 0;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	font-size: 13px;
	line-height: 19px;
	display: block;
	text-transform: capitalize;
	/*font-family: myriadProBold, Verdana;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.subMenu {
	position: absolute;
	border-top: solid 1px #474e51;
	border-left: solid 1px #474e51;
	border-right: solid 1px #474e51;
	z-index: 9999;
}
.subMenu li {
	position: relative;
	display: block;
	float: none;
	border: 0;
	border-bottom: solid 1px #474e51;
	height: auto;
	width: 200px;
	background: rgba(100,111,115,1);
	font-size: 12px;
	display: block;
	padding: 0px;
	margin: 0px;
}
.subMenu li a {
	padding: 0px;
	padding-left: 8px;
	padding-right: 4px;
	margin: 0px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	text-transform: capitalize;
	/*font-family: myriadProBold, Verdana;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.subMenu li:hover {
	background: #FF9000;
}
.subMenu li a {
	font-size: 12px;
}

/*searchbar stuff */
.search-button {
	width: 100px;
	height: 29px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 25px;
	padding-top: 5px;
	text-decoration: none;
	background: transparent;
	background-image: url(/the-reactor/images/buttons/search_button100.png);
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
	font-size: 14px;
	cursor: pointer;
}
.search-button:hover {
	background-position: 0px 29px;
}
#txtSearch.active {
	color: #000;
}
#txtSearch.inactive {
	color: #999;
}

#divSearchDrop {
	display: none;
	width: 325px;
	background: url(/the-reactor/images/template/dropdown_bottom.png) bottom;
	position: absolute;
	padding: 5px 0;
}
.searchResultRowleft {
	float: left;
	color: #666666;
	width: 90px;
	padding: 3px;
	text-align: right;
}

.searchResultRowRight {
	float: left;
	color: #f60;
	padding: 3px;
}

.searchResultRowRight a {
	color: #f60;
	text-decoration: none;
}
.thobberContainer {
	width: 100%;
	text-align: center;
	padding: 3px;
}
.noMatch {
	width: 100%;
	text-align: center;
	padding: 3px;
}

#divSearch {
	float: left;
}
.searchbox-container {
	width: 325px;
	height: 28px;
	position: relative;
	margin-top: 2px;
}

.search-mode-icon {
	width: 22px;
	height: 21px;
	background: url(/the-reactor/images/template/search_mode.png);
	float: left;
	cursor: pointer;
}

.divNotifications {
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}
.divNotifications > div {
	padding: 2px;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	border-right: 2px solid #111;
	border-bottom: 2px solid #111;
	border-radius: 5px;
	margin-top: 2px;
}
.notifyIcon {
	width: 22px;
	height: 22px;
	background: url(/the-reactor/images/template/notification_icons.png) top;
	float: left;
}
.notifyCount {
	width: 22px;
	height: 22px;
	color: #fff;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 3px;
}

.divNotifyDrop {
	position: absolute;
	width: 300px;
	background: #eeeeee;
	border: 1px solid black;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0px 0px 5px gray;
}
.divNotifyDrop a {
	color: #f60;
	text-decoration: none;
}
.divNotifyDrop hr {
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	margin: 2px;
}
.notifyCont {
	float: left;
	cursor: pointer;
}
.headerLabel {
	color: #fff;
	font-size: 12px;
	display: block;
	margin-left: 5px;
	line-height: normal;
}
.notifyHighlight {
	background-color: #f60;
}
.searchboxFull {
	position: absolute;
	background-image: url(/the-reactor/images/template/dropdown_full.png);
	height: 28px;
}
.searchboxFullLeft {
	width: 185px;
}
.searchboxFullRight {
	right: 0px;
	width: 140px;
	background-position: top right;
}
.searchboxTop {
	display: none;
	position: absolute;
	background-image: url(/the-reactor/images/template/dropdown_top.png);
	height: 28px;
}

.searchboxTopLeft {
	width: 185px
}
.searchboxTopRight {
	right: 0px;
	width: 140px;
	background-position: top right;
}
#txtSearch {
	z-index: 2;
	position: relative;
	background: transparent;
	margin-top: 4px;
	font-size: 12px;
	margin-left: 25px;
	width: 290px;
	height: 18px;
	border: none;
}
#divGoodsInStatus{
	float: left;
	padding-top: 8px;
	padding-left: 10px;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: black;
	padding: 0.2em 0;
}

.calandericon {
	width:100%; 
	height:100%; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
}
.calandericon > .month {
	background: #fff; 
	color: #292E31; 
	text-align: center; 
	padding: 3px 0 2px; 
	font-weight:bold; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif
}
.calandericon > .day {
	color:#fff; 
	text-align: center; 
	padding-top:5px; 
	font-weight:bold; 
	font-size: 20px; 
	font-family: Arial, Helvetica, sans-serif;
}
.calandericon > .dayweek {
	color:#fff; 
	text-align: center; 
	padding-top:2px; 
	font-weight:bold; 
	font-size: 8px; 
	font-family: Arial, Helvetica, sans-serif;
}

.pageFooterText {
	padding:5px;
	color: #999;
	font-size: 10px;
}

.notify-count-container {
	text-align: center; 
	font-size: 10px; 
	padding: 0px; 
	color: #fff; 
	background-color: #f60; 
	border: solid 1px white; 
	border-radius:8px; 
	min-width: 18px; 
	height: 17px; 
	position: absolute; 
	top: -3px; 
	right: -3px; 
	display: none; 
	padding-top: 2px; 
	padding-left: 1px; 
	padding-right: 1px; 
	line-height: 10px; 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

#cmdGoodsInStatus{
	background-color: #cccccc;
	border: 1px solid #000000;
	font-size: 24px;
	color: black;
}

#cmdGoodsInStatus.closed{
	background-color: #cc0000;
	color: white;
}
#cmdGoodsInStatus.open{
	background-color: #00cc00;
	color: white;
}
#cmdGoodsInStatus.pending{
	background-color: #FFFF66;
	color: white;
}

.form-panel {
	border: solid 2px #f60;
	background-color: #f7f7f7;
} 

.bbox {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

.priv-outer-block {
	margin-right:15px; 
	margin-bottom:2px; 
	display: inline-block;
	line-height: 18px;
	cursor: pointer;
}	


.priv-checkbox {
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	background-image: url(/the-reactor/images/icons/tickcross1.png);
	background-position:-2px -2px; 
	margin-right:3px;
}

.priv-more-info{
	float: right;
	width: 14px;
	height: 14px;
	text-align: center; 
	border: 1px solid #666;
	border-radius: 7px;
	margin-left: 2px;
	line-height: 14px;
	cursor: pointer;
	background-color: #fdfdfd;
}

.tooltip {
	background-color: #ffffff;
	border: 1px solid #666;
	border-radius: 7px;
	position: absolute;
	padding: 6px;
	max-width: 300px;
	text-align:left;
	
}

.data-table tr.red:nth-child(odd){
	 background-color: #cc7070;
}
.data-table tr.red:nth-child(even){
	 background-color: #ff8c8c;
}

.data-table tr.yellow:nth-child(odd){
	 background-color: #e3e46e;
}
.data-table tr.yellow:nth-child(even){
	 background-color: #f7f93c;
}

.data-table tr.green:nth-child(odd){
	 background-color: #70cc70;
}
.data-table tr.green:nth-child(even){
	 background-color: #8cff8c;
}

.data-table tr.blue:nth-child(odd){
	 background-color: #8370cc;
}
.data-table tr.blue:nth-child(even){
	 background-color: #a48cff;
}

.warn-text1{
	color: red;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.float-window-container {
	position:fixed; 
	width:100%; 
	height:100%; 
	top: 0px; 
	left: 0px; 
	display:none; 
	overflow: auto; 
	z-index:100;
	text-align: center;
}

.float-window-background {
	opacity:0.6; 
	background-color: #000; 
	width:100%; 
	height:100%; 
	position: absolute; 
	top:0px; 
	bottom:0px;
}

.float-window-inner {
	position:absolute; 
	padding: 12px; 
	top: 100px; 
	left:200px; 
	background-color: #fff; 
	border: 1px solid #333;
	opacity:1; 
	text-align: left;
}

.float-window-scroller {
	overflow: auto; 
	position: relative; 
	height:100%;
	text-align: center;
}

.float-window-close {
    background: url("/shared_images/fancybox/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

label.error { color: red; padding-left: 4px; vertical-align: top; font-weight: bold; }

input[readonly] {
	color: #666666;
	background-color: #dddddd;
}


@-webkit-keyframes blink {
 
  50% { border-color: #ff0; }
}
@-moz-keyframes blink {

  50% { border-color: #ff0; }
}
@-o-keyframes blink {
  
  50% { border-color: #ff0; }
}
@keyframes blink {
 
  50% { border-color: #ff0; }
}


.blinking-border { 

	-webkit-animation: blink .5s infinite; /* Safari 4+ */
	-moz-animation:    blink .5s infinite; /* Fx 5+ */
	-o-animation:      blink .5s infinite; /* Opera 12+ */
	animation:         blink .5s infinite; /* IE 10+ */

}

.searchwidget-left {
	background: #474e51;
	background: linear-gradient(180deg, rgba(70,78,81,1) 0%, rgba(100,111,115,1) 100%);
    display: block;
    float: left;
    height: 46px;
    margin: 11px 10px 0;
    position: relative;
    width: auto;
    border-radius: 5px;
    overflow: hidden;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.4);
	border: 1px solid rgba(100,111,115,1);
}

.searchwidget-left:first-child {
	margin-left: 20px;
}

.searchwidget-title {
	color: #292E31;
	font-weight: bold;
	padding: 3px 15px 2px 26px; 
	text-transform: uppercase;
	font-size: 12px;
	background: #fff url("/images/template/header_icon_search.png") no-repeat 12px 2px/12px auto;

}

.searchwidget-icon-container {
	margin-top: 6px; 
	margin-left: 8px;
}

.searchwidget-icon {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	float: left;
	cursor: pointer;
}

.searchwidget-icon-advanced {
	background-image: url("/images/template/advanced_search.png");
	margin-right: 0px;
}
.searchwidget-icon-address {
	background-image: url("/images/template/order_address.png");
}
.searchwidget-icon-email {
	background-image: url("/images/template/order_email.png");
}
.searchwidget-icon-basket {
	background-image: url("/images/template/order_basket.png");
}
.searchwidget-icon-master {
	background-image: url("/images/template/product_master.png");
}
.searchwidget-icon-box {
	background-image: url("/images/template/po_box.png");
}
.searchwidget-icon-product {
	background-image: url("/images/template/product_product.png");
}

.searchwidget-icon:hover {
	background-position:0px -20px;
}

.searchwidget-textbox{
	font-size: 12px;
    padding: 4px;
    width: 250px !important;
}

/*SVN control styles*/
.ftree-filerow{
	height: 24px;
}
.ftree-filenode{
	width: 20px;
	height: 24px;
	background-repeat:no-repeat;
	background-position:center;
	float: left;
}
.ftree-file{
	width: 20px;
	height: 24px;
	background-repeat:no-repeat;
	background-position:center;
	float: left;
}
.filetree-table{
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
}
.filetree-table th{
	background-color: #333333;
    color: #FFFFFF;
    margin: 1px;
    padding: 3px;
}
.filetree-table td{
	padding: 0px;
	margin: 0px;
	border: none;
	height: 24px;
}
.filetree-table .expandable{
	cursor:pointer;
}
.filetree-table .expandable:hover{
	background-color: #FFCC66 !important;
}
.filetree-table tr:nth-child(odd){
	 background-color: #EEEEEE;
}
.filetree-table tr:nth-child(even){
	 background-color: #FFFFFF;
}
.ftree-filename{
	padding: 4px;
}

input.header-button { 
	-moz-appearance: none !important;
	padding: 2px;
	background-color: #cccccc;
	color: #000000;
	border: solid 1px #000000;
	border-radius: 6px;
	cursor: pointer;
}

#breadcrumb { 
	background-color:#ddd; 
	padding:3px; 
	margin:10px 0; 
}

#breadcrumb a:after { 
	content: ' / ' ;
}

/* style to fix the qz printing plugin */
#deployJavaPlugin, #qz {
	position: absolute !important;
}

.googlead_box {
	border: solid 1px #666; 
	padding: 2px; 
	display: inline-block; 
	margin-right: 6px; 
	margin-bottom: 6px; 
	width: 400px;
	background-color:#ffffff;
}

.googlead_headline {
	color: #1a0dab; 
	font-size: 18px; 
	line-height:18px;
}

.googlead_dispurl {
	color: #006621; 
	font-size: 13px; 
	line-height:18px;"
}
.googlead_desc {
	color: #545454; 
	font-size: small; 
	line-height: 18px;
}

ul.pagination {
	list-style:none;
	margin:0 auto;
	display:block;
	text-align:center;
	margin-bottom:20px;
}

ul.pagination li  {
	display:inline-block;
}
ul.pagination li a 
{
	border:1px solid #ddd;
	color:#f60;
	background:#fff;
	padding:12px;
	cursor:pointer;
	min-width:11px;
	margin-left:-1px;
}
ul.pagination li a:hover {    
	color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd;
}

ul.pagination li.current_page a  {
	background:#f60;
	color:white;
	border:1px solid #337ab7;
}

ul.pagination li:first-of-type {
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}

ul.pagination li:last-of-type {
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

.inputClear {
	margin: 10px 10px 0px 0px
}

/** BEGIN flash message **/
#flash-message-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none;
}

#flash-message-container.right {
	top: 12px;
	right: 12px;
}
#flash-message-container > div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}
#flash-message-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flash-message {
	background-color: #030303;
}
.flash-message.flash-message-success {
	background-color: #51a351;
}
.flash-message.flash-message-warning {
	background: #f89406;
}
.flash-message.flash-message-error {
	background: #bd362f;
}
.flash-message.flash-message-info {
	background: #2f96b4;
}
#flash-message-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none;
}
#flash-message-container > :hover {
	opacity: 1;
}

.flash-message-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background: #000;
	opacity: 0.4;
}
/** END flash-message **/
.container {
	min-height: 100vh;
}
