@import url("font_inclusion.css");
@import url("netapp-library.min.css");
@import url("LUCI.css");
@import url("netapp-eclipse-banner.css");


/* SPLASH PAGE DESIGN */
body.titlepg {
           padding-left: 30px;
}

/* SPLASH PAGE DESIGN FOR NAV PLUGIN ONLY */
body.nav {
           padding: 0;
}
body.nav  .footer-info{
           margin: 0;
}
.n-hero__content--full-bleed {
    margin-left: 6%;
    padding-bottom: 15%;
    padding-top: 10%;
}
.n-hero__heading--full-bleed {
  color: #FFF;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1;
  padding-bottom: 2%;
  width: 60%;
}
/* END SPLASH PAGE DESIGN FOR NAV PLUGIN ONLY */


#booklibrary {
              margin-top: 30px; margin-bottom: 5px; font-size: 150%; font-weight:bold; color: #0067c5;
             }
#mainbooktitle{
              margin-bottom: 5px; font-size: 150%; font-weight:bold;
             }
#subtitle{
              margin-bottom: 5px; font-size: 110%;
             }

.sub_info{
            font-size: 80%;
            margin-top: 4%;
            }

.external_pdf{
	background-image: url('../resources/link_pdf.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}
.external_other{
	background-image: url('../resources/link_arrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}

#ratingTop {
		position: absolute;
		right: 15px;
		top: 0px;

}
table.ratingcontainer {
	width: 100px;
}
table.ratingcontainer td{
	white-space: nowrap;
}
html.banner-page #ratingTop, html.home-page #ratingTop, body.titlepg #ratingTop , #ratingBottom {
    display: none!important;
	padding:0;
	visibility:hidden;
}
.help_breadcrumbs{
	margin-right: 110px;
}

/* Slides - Splash Page */
.slides {
  height: auto;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0
}

.n-hero__slides-item {
  background-repeat: no-repeat;
  display: list-item;
  float: left;
  list-style: none;
  margin: 0;
  max-width: none;
  min-height: 400px;
  position: relative;
  width: 100%
}

.n-hero__slides-item--full-bleed {
  background-size: cover;
  margin-right: -100%
}
