/* DocumentCloud overrides to the DocViewer CSS go here: */

/* Global rules, default for the plain style. */
body, html {
  margin: 0;
  padding: 0;
}

.DV-docViewer {
  border: 1px solid #aaa;
  line-height: normal;
}
.DV-headerHat, .DV-title, .DV-contentsHeader {
  display: none !important;
}
.DV-header {
  padding: 0;
  border-bottom: 2px solid #979797;
  position: relative;
  z-index: 20000;
  box-shadow: 0 0 25px rgba(0,0,0,.5); -webkit-box-shadow: 0 0 25px rgba(0,0,0,.5); -moz-box-shadow: 0 0 25px rgba(0,0,0,.5);
}
  .DV-controls {
    margin-top: 0;
    border: 0;
    background: #d7d7d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#EAEAEA), to(#C2C2C2));
    background: -moz-linear-gradient(top, #EAEAEA, #C2C2C2);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EAEAEA', EndColorStr='#C2C2C2');
    text-shadow: 0px 1px 1px #fff;
    color: #2C2C2C;
    overflow: hidden;
  }
    .DV-searchInput {
      border: 1px solid #999;
      -moz-border-radius: 16px;
      border-radius: 16px;
    }

.DV-docViewer-Container {
  margin: 0;
  border: 0;
}
.DV-pages {
  background: #bbb;
}

.DV-well {
  padding-bottom: 16px;
}
.DV-descriptionHead {
  text-transform: none;
  color: black;
}
.DV-descriptionText {
  background: white;
  padding: 5px 14px 10px;
}

.DV-views {
  position: relative;
  z-index: 10;
}
  .DV-views div span {
    border-bottom: 0 !important;
    background: #e3e3e3;
    color: black !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#C2C2C2));
    background: -moz-linear-gradient(top, #EAEAEA, #C2C2C2);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#EAEAEA', EndColorStr='#C2C2C2');
  }
    .DV-views .DV-first span {
      -webkit-border-top-left-radius: 5px; -moz-border-radius-topleft: 5px;
    }
    .DV-views .DV-last span {
      -webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
    }
    .DV-viewDocument .DV-views .DV-documentView span,
    .DV-viewAnnotations .DV-views .DV-annotationView span,
    .DV-viewText .DV-views .DV-textView span,
    .DV-viewSearch .DV-views .DV-textView span {
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a0a0a0));
      background: -moz-linear-gradient(top, #fff, #a0a0a0);
      filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#A0A0A0');
    }
