﻿@charset "UTF-8";
/* CSS Document */

body{ background-color: #FEFEFE; color:#333; font-family: sans-serif; font-size:12px;}

iframe {
	/* Firefox */
	height: -moz-calc(100% - 8px);
	/* WebKit */
	height: -webkit-calc(100% - 8px);
	/* Opera */
	height: -o-calc(100% - 8px);
	/* Standard */
	height: calc(100% - 8px); 
	width:100%;
	margin:0;
	padding:0;
}

magazine-viewport{margin:0 auto;}

#needleFormDiv{
	margin-left:20px; 
	margin-top:50px;
}

#searchResults button{
	width:100%;
	margin-top:-2px;
}

#ajLogo{
	position: fixed; 
	top: 6px; 
	left: 20px;
}

.share ul{
	margin:0 auto;
	width:500px;
}

.share ul li{
	display:inline-block;
	float:left;
	width:150px;
	margin-top:2px;
	position:relative;
	top:4px;
}

.share ul li:first-child{
	position:relative;
	top:0px;
}

.enlargeHover:hover{
	font-weight:600;
}
.contractResults{
	max-height:73px;
	overflow:hidden;
	padding:10px;
	margin-top:-2px;
}

.contractResults:hover{background-color:#EFEFEF;}

.contractResults.expandPageResults{
	max-height:800px;
}

.contractResults #bullets:last-child{
	display:none;
}

.bar{
	position:fixed;
	top:0;
	width:100%;
	height:95px;
	z-index:10;
	margin:0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	background-color:#FFF;
}

.bottom{
	height:50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	background-color:#FFF;
	position:fixed;
	bottom:0;
	margin:0;
	z-index:300;
}

.done{
	display:none;
}
.share{
	margin-top:10px;
	text-align:center;
	
}

.share .icon{
	margin:0 10px 5px 10px;
	cursor:pointer;
}

#searchResults{
	width:360px;
	margin:5px;
}

#searchResults div{
	cursor:pointer;
	padding:5px 0;
}

#searchResults div:first-child{
	cursor: default;
}


#searchResults p{
	font-size:12px;
	margin:5px 7px;
}
#searchResults h6{
	font-size:12px;
	margin:0px 7px 0 7px;
}

#searchResults h5{
	font-size:14px;
	margin:0 7px;
}

#searchResults h4{
	margin:7px 0 0 0;
}

#searchResults hr{
	margin:0;
	padding:0;
	border:solid 1px #EFEFEF;
}

#searchResults span{
	color:#8D1D2A;
}

.mask{
	position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
	z-index:1002;
    opacity: 0.5;
	display:none;
	background-color:#666;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

.share.share-hide{display:none;}


img{ border:none;}

p{
	font-size:14px;
}

textarea{
	resize:none;
}
/* the overlayed element */
.apple_overlay {
 
    /* initially overlay is hidden */
    display:none;
	position:relative;
	z-index:1000;
 
    /* growing background image */
    background-image:url(/WebIncludes/Salebook/images/white.png);
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    /*
      width after the growing animation finishes
      height is automatically calculated
      */
    width:650px;
 
    /* some padding to layout nested elements nicely  */
    padding:35px;
 
    /* a little styling */
    font-size:11px;
}
 
/* close button positioned on upper right corner */
.apple_overlay .close {
    position:absolute;
	font-size:30px;
	display:block;
    right:20px;
    top:10px;
    cursor:pointer;
    height:30px;
    width:30px;
	color:#CCC;
}

.apple_overlay .close:hover {
	color:#666;
}

input[type=radio]{
    display: none;
}

.radio{color:#000; 
	
	display:block; 
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

.radio img{padding:10px;}

.radio:hover{background-color:#EEE;}

input[type=radio]:checked + .radio{
    color:#111;
	background-color:#CCC;
}

#downloadLink{
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  border: 1px solid #CCC;
  color: #444;
  font-size: 16px;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 3px 12px 3px 12px;
  font-family: sans-serif;
  text-decoration:none;
}

#downloadLink:hover{
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  border-color: #AAA;
  color: #222;
}


#downloadPageRightDiv,
#downloadPageLeftDiv,
#printPageFirstDiv,
#printPageLastDiv,
#printPageRightDiv,
#printPageLeftDiv,
#sharePageFirstDiv,
#sharePageLastDiv,
#sharePageRightDiv,
#sharePageLeftDiv{display:none;font-size:16px; text-align:center;width:230px; padding:5px; float:left;}

#downloadPageFirstDiv,
#downloadPageLastDiv{ display:none;font-size:16px; text-align:center;width:120px;padding:10px; float:left;}

#fullPublicationDiv{font-size:16px; text-align:center;width:120px;padding:10px; float:left;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
     .vertBar{ top: 70px; } /* IE10 */
     *::-ms-backdrop, .vertBar{ top: 70px; } /* IE11 */
     }

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
 	iframe {height:95%; width:100%;}
}
/*
 Mobile Sale Report CSS
*/

.detailTitle{font-size:18px;}



