@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:300,400,700');
* {
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  display: none; }

div.menu {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  top: 0px;
  left: 0px;
  background: #1693A5;
  display: inline-block;
  width: 100%; }
  div.menu ul {
    background: #1693A5;
    color: #FFF;
    width: 100%;
    margin: 0px;
    padding: 0px; }
    div.menu ul li {
      float: left;
      list-style: none;
      margin: 0px; }
      div.menu ul li a {
        display: inline-block;
        padding: 5px 10px;
        -webkit-transition: all 0.3s;
        /* Safari */
        transition: all 0.3s;
        color: #FFF;
        text-decoration: none; }
        div.menu ul li a:hover, div.menu ul li a.onit {
          background: #FFF;
          color: #1693A5; }

div.container {
  margin: 20px; }

div.header {
  margin-top: 50px; }
  div.header h1 {
    color: #1693A5;
    font-weight: 300;
    float: left; }

.textfield {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }

.submit {
  width: 100%;
  padding: 10px;
  background: #1693A5;
  color: #FFF;
  border: 0px;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s; }
  .submit:hover {
    background: #FFF;
    color: #1693A5; }

a {
  color: #1693A5; }

hr {
  visibility: hidden; }

/**********************************************/
@media screen and (min-width: 0px) {
  div.box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    float: left;
    margin: 0px 20px 20px 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
    div.box h3 {
      margin-top: 0px;
      font-weight: 100;
      font-family: 'Open Sans', sans-serif;
      white-space: nowrap;
      overflow-x: hidden;
      position: relative; }
    div.box .dimmerx {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(56%, #ffffff), color-stop(100%, #ffffff));
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      content: ""; }
    div.box .dimmery {
      display: inline-block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: -webkit-gradient(linear, top top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(56%, #ffffff), color-stop(100%, #ffffff));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 56%, #ffffff 100%);
      content: ""; }
    div.box a {
      text-decoration: none; }
      div.box a:hover {
        text-decoration: underline; }
    div.box div.tablecontents {
      height: 300px;
      overflow: hidden;
      position: relative; }
    div.box table {
      width: 100%;
      margin: auto; }
      div.box table tr:even {
        background: #123; }
      div.box table tr:odd {
        background: #345; }
      div.box table td.title {
        min-width: 300px;
        max-width: 100%; }
    div.box .btn {
      text-align: center;
      padding: 10px;
      background: #FFF;
      color: #1693A5;
      border: 1px solid #1693A5;
      border-radius: 10px;
      font-weight: 300;
      -webkit-transition: all 0.3s;
      /* Safari */
      transition: all 0.3s; }
      div.box .btn:hover {
        color: #FFF;
        background: #1693A5;
        text-decoration: none; }
    div.box .btn_open {
      display: inline-block;
      width: 80%;
      float: left; }
    div.box .btn_dl {
      display: inline-block;
      width: 15%;
      float: right;
      position: relative;
      padding: 6px; }
      div.box .btn_dl svg {
        width: 70%;
        margin: -13px 0px -13px 0px;
        fill: #1693A5; }
      div.box .btn_dl:hover svg {
        fill: #FFF; }
 }

/**********************************************/
@media screen and (min-width: 900px) {
  div.box {
    width: 30%; }

  .textfield {
    width: 300px;
    padding: 10px; }
    .textfield:focus {
      width: 900px; }

  .submit {
    width: 80px;
    padding: 10px;
    background: #1693A5;
    color: #FFF;
    border: 1px solid #1693A5; }

  div.header {
    width: 30%; }

  .parameters {
    margin: 25px 0px 0px 50px;
    display: inline-block;
    float: left;
    width: 70%;
    white-space: nowrap; }

  div.content {
    display: block;
    clear: both; }
 }
