/* download page styles */

.slide {
  /* tell the browser the height if position is absolute! */
  _padding-bottom: 25% !important;
  background-position: 80% 50%;
}

/* hide slider navigation - we have only one slide */
.unslider-nav, .unslider-arrow {
  display: none;
}

#slide1 {
  background-image: url("/download/images/cover-download-1920x480.jpg");
}

#query {
  width: 100%;
  position: absolute;
}

#query .common-icon-search {
  font-size: 250%;
}

#query h1, #query h2 {
  color: white;
  font-weight: 100;
  font-size: 180%;
  text-align: center;
}

#query h2 {
  font-size: 120%;
}

#query-form {
  margin: 0px auto !important;
  width: 90%;
  padding: 0.5em;
}

#query input {
  padding: 0;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
  height: 50px;
  border: none;
  width: 80% !important;
  margin: 0 auto !important;
  display: block;
  float: left;
  padding-left: 0.5em;
  font-size: 120%;
}

#query button {
  float: left;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  height: 50px;
  width: 15% !important;
  border: none;
  display: block;
  background-color: #ec6002;
  color: white;
}

#query button:hover {
  cursor: pointer;
  background-color: #f08022;
}

.topic-selector {
  width: 100%;
  clear: both;
  padding: 1em 0 !important;
}

.topic-icon {
  width: 20%;
  float: left;
  font-size: 200%;
}

.topic-icon:hover {
  cursor: pointer;
}

.topic-brief {
  vertical-align: top;
  display: block;
  float: right;
  width: 75% !important;
}

.topic-brief h1 {
  font-size: 120%;
  color: #444;
  text-align: left;
}

.topic-brief h1:after {
  content: "›";
  margin-left: 0.25em;
  font-weight: bold !important;
  font-size: 110%;
}

.topic-brief h1:hover {
  cursor: pointer;
  text-decoration: underline;
}

.topic-content {
  /* the content is only displayed when clicked */
  display: none;
}

.fonticon-stack { 
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fonticon-stack-1x,
.fonticon-stack-2x { 
  position: absolute;
  width: 100%;
  text-align: center;
}
.fonticon-stack-1x { 
  line-height: inherit;
}
.fonticon-stack-1x:hover {
  color: #ec6002;
} 
.fonticon-stack-2x { 
  font-size: 2em;
  color: #eee;
}

#ajax-container,
#ajax-result {
  padding: 1em 0;
}

#ajax-result h2, #ajax-result h3 {
  color: #888;
  padding: 0.5em 0;
}

#ajax-result h2 {
  text-decoration: underline;
}

#ajax-result p {
  padding: 0.5em 0;
}

table.downloads {
  width: 100%;
  border: 1px solid #eee;
  margin: 1em 0;
}

table.downloads th {
  text-align: left;
  font-weight: bold;
  padding: 0.25em 0.5em;
}

table.downloads td {
  padding: 0.5em 0.5em;
  vertical-align: middle;
  height: 5em !important;
}

table.downloads .column-size {
  display: none;
}

table.downloads .column-date {
  display: none;
}

table.downloads tbody tr:nth-child(2n+1) {
  background-color: #eee;
}

table.downloads .column-download {
  text-align: right;
}

table.downloads a {
  background-color: #37475a;
  color: white;
  padding: 0.5em;
}

table.downloads a:hover {
  background-color: #515e7b;
}

table.downloads .os {
    font-size: 70% !important;
}

#download-nav {
  text-transform: uppercase;
}

#search-results h2 {
  color: #888 !important;
  font-weight: 100 !important;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
}

.search-result {
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px solid #f0f0f0;
}

.search-result-link {
  font-size: 120%;
  font-weight: 100 !important;
}

.search-result i:before {
  content: "\00BB";
  padding-right: 0.25em;
}

.search-result i:after {
  content: "\00AB";
  padding-left: 0.25em;
}

.search-result-md5,
.search-result-topic {
  font-size: 80%;
  color: #888;
}

.search-result-desc .common-icon-wrench {
    color: #eb5914;
    padding: 0;
    text-align: center;
}

.search-result-desc .common-icon-text {
}

.search-result-desc .common-icon-wrench:hover {
    cursor: pointer;
}

.md5copy {
    font-size: 70% !important;
}

.md5copy:hover {
  cursor: pointer;
  color: #f08022;
}

#missing-note {
    background-color: rgb(180, 128, 88);
    color: white !important;
}

#missing-note h1 {
    font-size: 180%;
    color: white !important;
    _color: rgb(180, 128, 88);
}

#missing-note p {
    text-align: center;
    padding-bottom: 1em;
    _color: rgb(180, 128, 88);
}

@media screen and (min-width: 480px) {
  #query h1 {
    padding: 0.5em 0 !important;
  }
  .topic-icon {
    font-size: 3em;
  }
  .topic-brief h1 {
    font-size: 150%;
  }
  table.downloads .column-size {
    /* display: block will show a little vertical offset */
    display: table-cell;
  }
  table.downloads td {
    height: 4em !important;
  }
}

@media screen and (min-width: 600px) {
  #query-form {
    width: 80%;
  }
  #query h2 {
    font-size: 140%;
  }
  .topic-icon {
    font-size: 3.5em;
  }
  .topic-brief h1 {
    font-size: 160%;
  }
  table.downloads .column-date {
    /* display: block will show a little vertical offset */
    display: table-cell;
  }
}

@media screen and (min-width: 768px) {
  #query-form {
    width: 70%;
  }
  #query input {
    width: 90% !important;
  }
  #query button {
    width: 10% !important;
  }
}

@media screen and (min-width: 992px) {
  #query-form {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .slide {
    _padding-bottom: 20% !important;
  }
  #query h1 {
    font-size: 300%;
  }
  #query-form {
    width: 40%;
  }
}
