/****************************\
  style.css
  the primary styling for lrli.us.com
\****************************/
/****************************\
                  general
\****************************/
@import url(//fonts.googleapis.com/css?family=Voltaire); /* fancier semi-geometric font for our headings */
@import url(//fonts.googleapis.com/css?family=Open+Sans); /* print humanist sans-serif font commissioned by google */

body {
	font-size:14px;
	font-family:Open Sans, Lucida Grande, Helvetica, sans-serif;
	overflow:hidden;
	background-color: #1B1B1D;
}
.content {
	line-height:150%;
}
p strong {
	font-weight: bold;
}
p {
	/*text-align:left;*/
	padding:4px 0px;
	font-size:14px;
	font-family:Open Sans, Lucida Grande, Helvetica, sans-serif;
}
section p {
}
p.error-message-results {
    color: red;
    margin: 1em;
}

a, a:active, a:visited, a:hover {
	text-decoration:none;
}

.right {
	float: right;
}
.left {
	float: left;
}
.content .center {
    align: center;
    text-align: center;
}
/****************************\
                  headings
\****************************/
h1, h2, h3, h4, h5, h6 {
	font-family:Voltaire, Futura, Trebuchet MS, sans-serif;
}
h1 { /* page titles */
	font-size:36px;
	text-transform:uppercase;
	color:#0EC5AB;
	font-family:Voltaire, Futura, Trebuchet MS, sans-serif;
	text-align:left;
	line-height:50px;
	border-bottom:1px solid #ccc;
	padding: 5px 0px 10px 0px;
	font-weight:normal;
}
h1.page-title { /* page titles, specifically */
	text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
h2 { /* section heading */
	font-size:28px;
	color:#0EC5AB;
	font-family:Voltaire, Futura, Trebuchet MS, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	padding: 5px 0px 10px 0px;
}
h3 { /* minor headings */
	font-size:16px;
	font-family:Voltaire, Futura, Trebuchet MS, sans-serif;
}
.tagline {
	font-size:16px;
	font-family:Voltaire, Futura, Trebuchet MS, sans-serif;
    font-style: italic;
    text-align: center;
}
/****************************\
                       lists
\****************************/
ul, ol {
	list-style:none;
	list-style-position: outside;
}
ul.list-ul {
    list-style-image: url(/images/icons/arrow-left.png)  ;
	line-height:25px;
	margin-left: 30px;
	padding:4px 0px 4px 10px;
}
ul.list-ul ul {
    list-style-image: url(/images/f1.jpg);
	line-height:25px;
	margin-left:20px;
	padding:0px 0px 0px 10px;
}
.list-ul > li {
}

ul#price-bands {
    display: flex;
    margin: 0 auto;
    min-width: 20em;
    justify-content: space-around;
    /*max-width: 90%;
    flex-wrap: wrap;*/
    align-items: center;
    border: 1px solid #cccccc;
}
ul#price-bands > li.price-band, ul#price-bands > li.price-band-label {
    display: block;
    list-style-type: none;
    text-align: center;
    align-items: stretch;
    min-width: 6em;
    margin: 0 0.1em;
}
ul#price-bands > li.price-band-label {
    text-align: right;
    margin-right: 0.8em;
}

/****************************\
           images
\****************************/
img.blurb-img {
	margin: 0px 25px 0px 5px;
	float: left;
}
.illust {
	padding: 15px;
	width: 200px; /* default, can be changed */
}
.illust-fullwidth {
	display: block;
	margin: 5px auto;
	height: 300px;
}
.illust-left-of-list {
    float: left;
    padding-right: 35px;
}

/****************************\
                   tables
\****************************/
table {
	border-spacing: 0px;
	border: 0px;
}
.plain-table {
	border-collapse:separate;
	border-spacing:6px;
	vertical-align:middle;
}
td {
	vertical-align:middle;
	padding: 0px
}
td.footer-navi-links {
    white-space: nowrap;
}

table.product-display {
    margin: auto;
	/*margin-left:30px;*/
	
}
table.product-display td {
    padding: 0.25em 0.25em;
    width: 25%;
}
table.product-display > tbody > tr > td:first-child {
    text-align: right;
}

table.product-display > tbody > tr > td[colspan] {
    text-align: center;
}

table.product-display table {
    margin: auto;
    text-align: center;
}

.hoverbox-content th {
    vertical-align: middle;
    line-height: 1.25em;
    padding: 0 0.5em;
    text-align: center;
}
.hoverbox-content td {
    padding: 0 0.5em;
    text-align: center;
}

#accordion {
    font-size: 0.9em;
}
.catalog-section-h {
    height: auto;
    width: 100%;
    display: flex;
    font-size: 1.1em;
    border-radius: 10px;
    background-color: #FF9439;
    background: linear-gradient(#ffa449, #ee8429);
    color: white;
    margin-left: 0;
    padding-left: 0;
    clear: both;
}
.catalog-section-h:hover {
    background: linear-gradient(#ffaa50, #ee8a30);
}
.catalog-section-h ~ div {
    /* display:none; to make it start closed */
    margin-bottom:0.75em;
}
.catalog-section-h li {
    float:left;
    text-align: center;
	padding: 0.5em 0.5em  ;
	margin: 0 auto;
}
li.catalog-section-count {
    width:2%;
    font-size:.85em;
    padding-right:2%;
	float:right;
}
a.catalog-section-a {
    margin-left: 20px;
    font-size: 1.5em;
    color: white;
}
a.catalog-section-a:hover {
    text-shadow: 2px 2px 0px rgba(1,1,1,.10);
}
table.catalog-list {
    width:99%;
    margin-left:0.5%;
    text-align:left;
    /*border: 1px dotted #FF9439;*/
}
table.catalog-list > tbody > tr:nth-child(odd) {
    background-color: #eee;
}

table.catalog-list > thead > tr {
    background-color: white;
}

table.catalog-list >tbody>tr> td, table.catalog-list >thead>tr> th, table.catalog-list >tfoot>tr> td {
    height:2em;
    padding:3px;
}

/* from old system */
.fb05 { background-image: url('/images/design/table/img05.png'); background-repeat: repeat-x; background-color: #fafaff; }
.fb04 { BACKGROUND-IMAGE: url('/images/design/table/img04a.png'); BACKGROUND-REPEAT: repeat-y; vertical-align:top  }
.fb06 { BACKGROUND-IMAGE: url('/images/design/table/img06a.png'); BACKGROUND-REPEAT: repeat-y; vertical-align:top }

/****************************\
                   forms
\****************************/
.required::before {
	content: "* ";
	color: red;
} 
.form_message { }
.form_unconfirmed { 
	color: red;
    text-align: center;
}
.form_error { 
	color: red
}
.child-template {
    /*display: none;*/
}
input.verybasichoneypot {
    display: none;
    visibility: hidden;
}
div.g-recaptcha {
    display: inline-block;
}
div.g-recaptcha > div > div {
    /*margin: auto;*/
}
input.shortnum {
    width: 5em;
}
input.tinynum {
    width: 2em;
}
input[type="checkbox"] {
    vertical-align: middle;
}
input.input-large, select.input-large, span.select2-container {
    height: auto/*2em*/;
    width: 16em;
    margin: 5px 0px;
}

#product_id-charcounter {
    color: orange;
}    
/****************************\
                   tags
\****************************/
ul.tags-display, div.tags-display {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline;
}
ul.tags-display li, div.tags-display span {
    display: inline-block;
    margin: 0.1em 0.2em;
    list-style-type: none;
}
ul.tags-display li a, div.tags-display span a {
    display: inline-block;
    padding: 0.0em 0.5em;
    border-radius: 0.3em;
    border: 1px solid grey;
    background-color: #dddddd;
    color: inherit;
}
ul.tags-display li a:hover, div.tags-display span a:hover {
    color: inherit;
    background-color: #ddd;
}
ul.tags-display.tags-product li a, div.tags-display.tags-product span a,
select.tags-editable.tags-product ~ span.select2-container li.select2-selection__choice {
    background-color: #cff0eb;
}
ul.tags-display.tags-product li a:hover, div.tags-display.tags-product span a:hover ,
select.tags-editable.tags-product ~ span.select2-container li.select2-selection__choice:hover {
    background-color: #9de7dc;
}
ul.tags-display.tags-chemical li a, div.tags-display.tags-chemical span a , 
select.tags-editable.tags-chemical ~ span.select2-container li.select2-selection__choice {
    background-color: #dcdcff;
}
ul.tags-display.tags-chemical li a:hover, div.tags-display.tags-chemical span a:hover , 
select.tags-editable.tags-chemical ~ span.select2-container li.select2-selection__choice:hover {
    background-color: #cbcbee;
}

/**************************\
            icons
\**************************/
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
    vertical-align: -0.0625em; /* aligns the icon to text better */
	fill: currentColor;
}
/* Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
} */

a:hover > [class^="icon-"], a:hover > [class*=" icon-"],
button.textbutton:hover > [class^="icon-"], a:hover > [class*=" icon-"] {
    vertical-align: 0em;
}

/* customizing colors, shadows, etc */
.icon-home {  }
.icon-office {  }
.icon-pencil { color: orange; }
.icon-play { color: purple; }
.icon-copy { color: blue; }
.icon-paste {  }
.icon-folder { color: tan; }
.icon-download {  }
.icon-tag { color: purple; }
.icon-cart { color: darkblue; }
.icon-coin { color: gold; }
.icon-phone { color: olive; }
.icon-mail { color: darkblue; }
.icon-location { color: red; }
.icon-clock {  }
.icon-print { color: darkred; }
.icon-floppy { color: green; }
.icon-database { color: purple; }
.icon-loading { color: blue; }
.icon-search { color: brown; }
.icon-lock { color: darkred; }
.icon-cog { color: silver }
.icon-beaker { color: teal; }
.icon-trash {  }
.icon-truck {  }
.icon-menu {  }
.icon-earth { color: darkblue; }
.icon-paperclip {  }
.icon-eye { color: #0EC5AB; }
.icon-noeye { color: grey; }
.icon-star { color: gold; }
.icon-star-blank { color: grey; }
.icon-star-blank:hover { color: gold; }
.icon-starred { color: gold; }
.icon-warning { color: orange; }
.icon-help { color: blue; }
.icon-plus { color: green; }
.icon-minus { color: red; }
.icon-info { color: olive; }
.icon-close { color: red; }
.icon-cross { color: red; }
.icon-check { color: green; }
.icon-right {  }
.icon-left {  }
.icon-popout {  }
.icon-code { width: 1.25em; color: purple; }
.icon-share { color: green; }

/****************************\
                   hover
\****************************/
.hoverbox-content {
    visibility: hidden; opacity: 0.0;
    transition: all 200ms ease-in-out;

    position: absolute; display: inline;
    top: 0%; right: auto;
    z-index: 2;
    
    background: white;
    padding: 3px;
    border-radius: 4px;
    border: 2px solid lightgrey;
}

.hoverbox-content-left {
    right: 100%;
}

.hoverbox-show:hover + .hoverbox-content, .hoverbox-content:hover,
.hoverbox-show:active + .hoverbox-content, .hoverbox-content:active {
    opacity: 1.0; visibility: visible;
    
    transition: none;
}
.hoverbox-container {
    position: relative;
}
.hoverbox-show {}
.hoverbox-show-text {
    text-decoration: underline dashed;
}

.option-bar {
    display: flex;
    border-bottom: solid 1 #ddd;
    font-size: 14px;
}

p.width25em {
    max-width: 25em;
}

.mini-poitem {
    width: 30em;
}

.batch-select {
    display: none;
}

/****************************\
            subbrowser
\****************************/
div#subbrowser-container {
    display: none;
    position: fixed;
    z-index: 5;
    width: 70%;
    height: 70%;
    left: 15%;
    top: 10%;
    box-shadow: 0px 0px 20px;
    background: white;
}

button#subbrowser-close {
    position: absolute;
    left:0px;
    top:0px;
    background:red;
    border-color:red;
    color:white;
}

#subbrowser {
    width:100%;
    height:100%;
}

/****************************\
         flex boxes
\****************************/
div.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}
section.flex-item {
    border:none;
    min-width:15em;
    max-width:33%;
}

/****************************\
            banner image
        & body containers
\****************************/
#top-banner-bg {
	height:300px;
	width:auto;
	margin:0px auto;
	text-align:center;
	background-size: cover;
	background-position: center;
	overflow:hidden;
	padding-top:0px; /* set to 100px to prevent overlap from navigation bar */
}
#container-bg {
    display:flex;
    flex-flow: row wrap-reverse;
	height:auto;
	width:auto;
	padding:0px 1.5% 40px;
	padding:0px calc(25% - 250px) 40px;
	border:0px;
	/*background:#E9E9E9 url('/images/design/molecule_design_tile.png') repeat;*/
	background: white;
	color:#333;
}
	
/****************************\
                path links
\****************************/
nav.path {
    order:1;
	line-height:35px;
	font-size:12px;
	color:#333;
	text-align:left;
	text-transform:uppercase;
	margin-left:25px;
    width:100%;
}
nav.path a {
	color:#333;
	font-size:12px;
	text-decoration:none;
}
nav.path a:hover {
	color:#000;
	text-decoration:none;
}


/****************************\
            middle container
\****************************/
.box-main {
	height: auto;
    flex: 1; /*grow to fill*/
	/*width: calc(100% - 251px);
		/* full width (100%) minus [ left box (214) width + box margins (5+5) main box padding (12x2) + main box border (1x2) + left box padding (0x2) + left box border (1x1) ] */
	margin: 2px;
	background: #FFF;
	/*border:1px solid #CCC;*/
	padding: 12px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
}
.box-main.fullwidth {
	/*width: calc(100% - 36px);*/
	margin-left: 5px;
	margin-right: 5px;
		/* full width (100%) minus padding (12x2) and border (1x2) and margin (5x2) */
}
.content {
	width:auto;
	padding:0px 0px 10px 0px;
}
section {
	width: 100%;
	position: relative;
	border-top: 1px solid #bbb;
	margin: 10px 0px;
	padding: 10px 0px;
}
section.noline {
	border:none;
    margin-top: 0;
}
section:after { /* clearfix */
	content: "."; 
	visibility: hidden; 
	display: block; 
	height: 0; 
	clear: both;
}

/****************************\
                left side
\****************************/
.box-left {
	height:auto;
	margin:30px 0px 10px 5px;
	background:#fff;
	/*border:1px solid #ccc;*/
	border-right:0px;
	padding:0px;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/
    flex:0.25;
}
.box-left-head {
	padding-left:15px;
	line-height:40px;
	background:#ccc;
	color:#333333;
	text-transform:uppercase;
	font-size:17px;
}
.box-left-head a {
	color: #333333;
}
.box-left-head a:hover {
	color:#000000;
}
.box-left ul{
	 margin:0px 0px 0px 0px;
     padding:0px 0px 0px 0px;
}
.box-left li a 	{
	padding-left:20px;
	background:url(/images/icons/arrow-left.png) no-repeat left #fff;
	line-height:35px;
	border-top:1px solid #ccc;
	display:block;
	text-decoration:none;
	color:#333;
}
.box-left li a:hover{
	background-color: #f9f9f9;
	color:#FCB712;
}
.box-left li a.left-icon {
	background-position: 5px center;
	padding-left: 35px;
}
.sidebox-details {
    font-size: 0.8em;
    color: grey;
    margin-left: 10px;
    display: inline-block;
}

/****************************\
                    footer
\****************************/
#footer-box {
	height:auto;
	width:100%;
	background:url(/images/footermod-bg.jpg) repeat-x #1b1b1d;
	overflow:auto;
}
#footer-links {
	height:auto;
	max-width:1000px;
	margin:0px auto;
	padding:30px 0px;
}
#footer-links > table {
    width:100%;
}
#footer-links thead th {
	color:#FCB712;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}
#footer-links td {
	font-size:12px;
	color:#CCCCCC;
	vertical-align: top;
}
#footer-links td:not(.footer-exception) a {
	font-size:11px;
	text-transform:uppercase;
	line-height:25px;
	display:block;
	padding-left:15px;
	margin-right:100px;
	width:auto;
	margin-left:0px;
	color:#CCCCCC;
	text-decoration:none;
	background:url(/images/f1.jpg) no-repeat left 10px;
}
#footer-links td:not(.footer-exception) a:hover {
	color:#FCB712;
	text-decoration:none;
	background:url(/images/f-hover.jpg) no-repeat left 10px;
}
#footer-links td:not(.footer-exception) {
    vertical-align: top;
}
#footer-copyright {
	height:40px;
	max-width:1000px;
	margin:0px auto;
	text-align:center;
	line-height:40px;
	border-top:1px dotted #CCC;
	color:#CCC;
}

/****************************\
      top navigation bar
\****************************/
#navigation {
	z-index:50;
	position:absolute;
	width:100%;
	height: 70px; /*- start height */
	min-height: 70px; /*- shrunk height */
	max-height: 100px; /*- allows strechyness on scroll passed top */
    background-color: rgba(0, 0, 0, 0.66);
    border-color: transparent;
}
#logo-nav {
	z-index:600;
	position:absolute;
	left:2%;
	top:1px;
	float:left;
	height:68px;
	width:102px;
	background-repeat:no-repeat;
 	background-image:url("/images/logo_blue_on_dark_102x68.png");
}	
.top-links { /* top row of links - language flags */
	margin:10px 0px;
	right: 2%;
	top: 0px;
	position: absolute;
    float:right;
    text-align:center;
    vertical-align:middle;
}
.top-links2 { /* top row of links - language flags */
	margin:10px 0px;
	right: 24px;
	top: 0px;
	position: absolute;
    float:right;
    text-align:center;
    vertical-align:middle;
}
.newSearchLink {
	margin:10px 0px;
	right: 5%;
	top: 0;
	position: absolute;
	color:white;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.newSearchLink2 {
	margin:10px 0px;
	right: 12%;
	top: 0;
	position: absolute;
	color:white;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.top-links a {
	color:#a1a2a7;
	text-decoration:none;
	padding:0px 15px;
	font-size:11px;
	line-height:33px;
}
.top-links a:hover {
	color:#ccc;
}
.search-box	{
	height:30px;
	width:160px;
	margin:0px -10px;
	padding: 0px 10px;
	background-color:#eee;
	border-radius:15px;
	/*background:url(/images/search.jpg) repeat-x;*/
}
.search-box2	{
	height:30px;
	width:inherit;
	margin:0px 0px;
	padding: 0px 36px 0px 10px;
	background-color:#EEE;
	border-radius:15px;
	border: 2px solid #EEE;
	background: #EEE url('/images/seach-button.png') no-repeat;
	background-position: 95% 50%;
	/*background:url(/images/search.jpg) repeat-x;*/
}
.search-box3	{
	font-size:12px;
	color:#555;
	height:30px;
	width:inherit;
	margin:0px 0px;
	padding: 0px 36px 0px 10px;
	background-color:#EEE;
	border-radius:15px;
	border: 2px solid #EEE;
	background: #EEE url('/images/seach-button.png') no-repeat;
	background-position: 95% 50%;
	/*background:url(/images/search.jpg) repeat-x;*/
}
/*.search-box:hover, .search-box:focus { 
	background-color:#ffffff;
}*//* :focus doesn't work because this is a div not the actual input */
.search-input {
	height:30px;
	width:120px;
	background:none;
	border:0px;
	color:#000;
	font-size:12px;
}
.search-input:hover, .search-input:focus {
}
.search-button {
	height:30px;
	width:20px;
	line-height:30px;
	border:0px;
	background:url(/images/seach-button.png) no-repeat;
    vertical-align:middle;
}
/*****************************\
    Flaunt JS Navigation
\*****************************/
#navigation .wrapper {
	/*max-width:970px;*/
	width:100%;
	margin:0 auto;
	position:relative;
	top: 35px;
	text-align:left;
	}
.nav {
	position:relative;
	display:inline-block;
	font-size:1em;
	font-weight:900;
	padding-left:250px; /* from logo */
}
.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	position:relative;
}
.nav-item a {
	display:block;
	color:#ccc;
	padding:10px 15px 10px 15px;
	font-size:.85em;
	font-family:Futura, Trebuchet MS, sans-serif;
	text-transform:uppercase; 
}
.nav-item a:hover {
	color:#fff;
}
.nav-item:hover .nav-submenu {
	display:block;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:230px;
}
.nav-submenu-item a {
	background:#585b62;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:15px;
}
.nav-submenu-item a:hover {
	background:#fff;
	color:#000000;
}
.nav-submenu-item.nav-submenu-separate-next a {
    border-bottom:solid 2px;
}
/* Mobile navigation */
.nav-mobile {
	display:none; /* Hide from browsers that don't support media queries */
	cursor:pointer;
	position:absolute;
	top:6px;
	right:2%;
	background: url(/images/icons/nav.svg) no-repeat center center;
	background-size:18px;
	height:26px;
	width:45px;
 }
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:0px solid #000;
	height:35px;
	width:50px;
	cursor:pointer;
}
.nav-click i {
	display:block;
	height:38px;
	width:38px;
	background:url(/images/icons/drop.svg) no-repeat center center;
	background-size:20px;
}
.nav-click:hover {
	background-color:#585b62;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
/*------------------------------------*\
    JQuery
\*------------------------------------*/
.nav-dropdown .nav-mobile {
	display:block;
}
.nav-dropdown.nav {
	width:100%;
	padding:35px 0 0;
}
.nav-dropdown .nav-list {
	display:none;
	background-color: rgba(0, 0, 0, 0.66);
	border-color: transparent;
}
.nav-dropdown .nav-item {
	width:100%;
	float:none;
}
.nav-dropdown .nav-item > a {
	padding:10px;
	border-bottom:0 dotted #ccc;
}
.nav-dropdown .nav-click {
	display:block;
}
.nav-dropdown .nav-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}
.nav-dropdown .nav-item:hover .nav-submenu {
	display:none;
}
.nav-dropdown .nav-submenu {
	position:static;
	width:100%;
}
@media only screen and (min-width: 1px) and (max-width: 400px) {
	.search-box	{
		display:none;
	}
}

/***********************************\
					Log-in Pop-up
\***********************************/
#login-box { /* grey-out screen */
	display: none;
	position: fixed;
	left: 0px;
	top: 70px; /* below nav bar */
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.33);
}
#login-box table {
	background-color: #585B62;
	border: 10px solid #585B62;
	color: #ccc;
	position: absolute;
	left: 50%;
	top:25%;
	transform: translate(-50%,-50%);
}
#login-box td {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: normal;
}
#login-box td:first-child {
    width:100px;
}
#login-box td:last-child {
    width:200px;
}
#login-box input {
	font-family: Open Sans, Lucida Grande, Helvetica, sans-serif;
	margin: auto;
}
#login-box p {
    font-size:.9em;
}
	
/****************************\
              miscellaneous
\****************************/
/*  DFM^(R)  */
span.registered::after {
	content:"\00ae";
	vertical-align: super;
	font-size: .6em;
}
.ethereal {
    visibility:hidden;
    position:absolute;
}
.hidden {
    visibility:hidden;
    display:none;
}
.toggle-off {
    display:none;
}
.page-navigation {
    text-align:center;
}
.textbutton {
    display: inline;
    background:none;
    border: none; 
    padding: 0;
    margin: 0;
    font: inherit;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
}
.price-description p {
    font-size: 0.7em;
    line-height: 75%;
    color: grey;
    padding-left: 0.25em;
}
.sale {
    color: red;
    font-weight: bold;
    text-align: center;
}
.address-map-bg {
	height:auto;
	width:auto;
	border:1px solid #CCCCCC;
	padding:14px;
	background:url(/images/map.jpg) no-repeat right;
}
.tech-map-bg {
	height:auto;
	width:610px;
	padding:14px;
	border:1px solid #CCCCCC;
}
.more-cont-bg {
	height:auto;
	width:640px;
	overflow:hidden;
}
.address-bg {
	width:auto;
	height:200px;
	text-transform:uppercase;
	margin:10px 0px;
	padding:9px;
	border:1px solid #ccc;
}
.address-bg img:hover {
	opacity:0.7;
}
.form-bg {
	width:auto;
	height:auto;
	/*text-transform:uppercase;*/
	padding:10px 0px;
}
.admin-edit-toolbar {
    text-align: right;
    float: right
}
.blueText {
	color:blue;
}

/****************************\
           printing
\****************************/
@media print {
    #navigation, #footer-box, .box-left, .path, #top-banner-bg, .admin-edit-toolbar, a[title='Edit'] {
        display: none !important;
    }
    #container-bg {
        margin: 0 !important;
        padding: 0 !important;
    }
    h2 {
        float: left;
    }
    table {
        page-break-inside: avoid !important;
    }
}
/****************************\
           Calendar
\****************************/
#companyCalendarHolder {
	position:fixed;
	left:0;
	top:84px;
	width:100%;
	height:1000px;
	background: rgba(0, 0, 0, 0.3);
	z-index:9999;
}
#companyCalendar {
	margin-left:150px;
}
#hideCalendar {
	position:fixed;
	top:100px;
	right:100px;
	padding: 2px 20px 2px 20px;
	background-color:orange;
	border: 1px solid white;
	border-radius: 18px;
	box-shadow: 3px 3px 3px #666666;
}
#hideCalendar:hover {
background-color:yellow;
}