html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin for sticky footer */
}

@media (min-width: 768px) {
  .nav-justified {
   /* Responsive for portrait view in smaller screens */
    max-height: 52px;
  }
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #ffffff;
}

.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* Styles for nanex.js */
.thumbnail {
    border: 0px;
}

.h-link:hover {
    cursor: pointer;
    color: #428bca;
    background: 0;
}

.h-press {
    margin: -10px;
}

/* Image Dropshadow*/
.img-ds {
    margin-top: .5em;
    /*horizontal offset, vertical offset, optional blur radius, optional spread radius, shadow color*/
    -moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,.5);
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,.5);
}

.img-ds:hover {
    cursor: pointer;
    margin-top: .5em;
    /*horizontal offset, vertical offset, optional blur radius, optional spread radius, shadow color*/
    -moz-box-shadow: 2px 2px 15px 2px #428bca;
    -webkit-box-shadow: 2px 2px 15px 2px #428bca;
    box-shadow: 2px 2px 15px 2px #428bca;
}

/* pad paragraph under dropshadow */
.p-ds {
    padding-top: 7px;
}

/* Styles for NxResearch Carousel */
.carousel-inner > .item > img {
    margin: 0 auto;
}

.category-icon {
    font-size: 3.6em;
}

.nx-carousel-img { height: 800px; width: 1280px; overflow: hidden; }

/* Image Dropshadow*/
.img-ds {
    margin: .5em;
    /*horizontal offset, vertical offset, optional blur radius, optional spread radius, shadow color*/
    -moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,.5);
    box-shadow: 2px 2px 15px 2px rgba(0,0,0,.5);
}

.img-ds:hover {
    cursor: pointer;
    margin: .5em;
    /*horizontal offset, vertical offset, optional blur radius, optional spread radius, shadow color*/
    -moz-box-shadow: 2px 2px 15px 2px #428bca;
    -webkit-box-shadow: 2px 2px 15px 2px #428bca;
    box-shadow: 2px 2px 15px 2px #428bca;
}

/* Carousel Styles */
.carousel{
    max-width: 1200px;
    margin: 10px auto;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

.nx-category{
    height: 225px;
    padding: 5px;
}

.nx-menu-category{
    display: inline;
}

.icon-link {
    color: #428bca;
}

.icon-link:hover {
    color: #2a6496;
}

#nanex-tools {
   display: none;
}

#power-gauge g.arc {
    fill: steelblue;
}

#power-gauge g.pointer {
    fill: #FF1900;
    stroke: #b64011;
}

#power-gauge g.label text {
    text-anchor: middle;
    font-size: 14px;
    font-weight: bold;
    fill: #666;
}

.circle-white {
    fill: white;
}

.path-white {
    fill: none;
    stroke: white;
    stroke-width: 1px;
}

.text-hello {
    font-family: helvetica;
    fill: black;
    font-size: 18px;
    font-weight: bold;
    text-anchor: middle;
    text-rendering: optimizeLegibility;
}

.text-hello-left {
    font-family: helvetica;
    fill: black;
    font-size: 18px;
    font-weight: bold;
    text-anchor: left;
    text-rendering: optimizeLegibility;
}


.text-nanex-logo {
    font-family: "Times New Roman", Georgia, Serif;
    font-style: italic;
    font-size: 64px;
    font-weight: bold;
    text-anchor: middle;
    color: #666;
}

.text-gauge-header {
    font-family: helvetica;
    font-size: 24px;
    font-weight: bold;
    text-anchor: middle;
    color: #666;
}
