/* 
    Created on : May 22, 2015, 2:47:58 PM
    Author     : jbk
*/
html, body {
  min-height: 100%; }

body {
  color: #09273d;
  background-color: #e4f5fc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE4F5FC', endColorstr='#FF2AB0ED');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjVmYyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmZlOGY5Ii8+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiM5ZmQ4ZWYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYWIwZWQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4f5fc), color-stop(50%, #bfe8f9), color-stop(55%, #9fd8ef), color-stop(100%, #2ab0ed));
  background-image: -moz-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 55%, #2ab0ed 100%);
  background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 55%, #2ab0ed 100%);
  background-image: linear-gradient(to bottom, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 55%, #2ab0ed 100%); }
  body::before {
    content: "A B C D E F G H I J K L M N O P Q R S T U V X Y Z A B C D E F G H I J K L M N O P Q R S T U V X Y Z A B C D E F G H I J K L M N O P Q R S T U V X Y Z ";
    font-family: serif;
    color: rgba(255, 255, 255, 0.25);
    transform: rotateZ(45deg) translate(0%, -100%);
    font-size: 15em;
    position: fixed;
    overflow: none;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    pointer-events: none;
    z-index: -20; }

.header, .login, .installations, .setup, .footer {
  border-left: 1px solid rgba(200, 200, 255, 0.8);
  border-right: 1px solid rgba(200, 200, 255, 0.8);
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
  margin-left: auto;
  margin-right: auto;
  width: 55em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background: rgba(255, 255, 255, 0.85); }

.header {
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-left-radius: 1em;
  border-top-left-radius: 1em;
  -moz-border-radius-topright: 1em;
  -webkit-border-top-right-radius: 1em;
  border-top-right-radius: 1em;
  height: 5em;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(140, 168, 255, 0.2); }
  .header h1 {
    font-size: 2em;
    font-weight: bold;
    padding-top: 0.7em;
    font-family: sans-serif; }

.login {
  padding-top: 1em;
  padding-bottom: 1em; }
  .login form {
    margin-left: auto;
    margin-right: auto;
    max-width: 25em; }
    .login form label {
      width: 6em;
      display: inline-block; }
  .login .error {
    color: red; }

.installations {
  padding-top: 1em;
  padding-bottom: 1em; }
  .installations ul li {
    list-style: none; }
    .installations ul li button {
      margin-right: 1em; }

.setup {
  padding: 1.5em;
  padding-top: 1px; }
  .setup .logout-link {
    text-decoration: none;
    position: relative;
    display: block;
    margin-top: 2em;
    margin-left: 1em;
    color: black;
    transition: all 0.2s; }
    .setup .logout-link:before {
      transition: all 0.5s;
      position: absolute;
      font-weight: bold;
      left: -1em;
      content: "<";
      opacity: 0; }
    .setup .logout-link:hover {
      margin-left: 2em; }
      .setup .logout-link:hover:before {
        opacity: 1; }

.footer {
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-left-radius: 1em;
  -moz-border-radius-bottomright: 1em;
  -webkit-border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top: 1px solid rgba(140, 168, 255, 0.2);
  background: rgba(255, 255, 255, 0.4);
  height: 1.8em;
  color: rgba(53, 53, 158, 0.33);
  padding-top: 0.5em; }
  .footer span {
    font-size: 0.9em; }

.dialog {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .dialog .label {
    min-width: 20em;
    margin-top: 0.5em; }
  .dialog input[type=submit] {
    display: block;
    width: 24%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em; }

.installation {
  border-right: 1px solid rgba(0, 0, 255, 0.17);
  float: left;
  padding-right: 1em;
  padding-bottom: 5em; }
  .installation .installationname {
    font-weight: bold;
    margin-top: 1.74em; }
  .installation ul {
    padding-left: 0px; }
    .installation ul li {
      width: 10em;
      height: 3em;
      background: rgba(174, 180, 239, 0.03);
      border-bottom: 1px solid rgba(162, 183, 239, 0.2);
      line-height: 3em;
      list-style: none;
      padding-left: 1em;
      cursor: pointer;
      white-space: nowrap; }
      .installation ul li:hover {
        background: rgba(255, 255, 255, 0.8);
        border-right: 1px solid black; }
      .installation ul li.active {
        background: rgba(0, 110, 255, 0.12); }
      .installation ul li.submenu {
        background: white;
        padding-left: 3em;
        width: 8em;
        height: 2em;
        line-height: 2em; }

.playerRow input {
  min-width: 10em !important; }

.settings-pane {
  margin-left: 13.5em; }
  .settings-pane .label {
    display: block;
    font-weight: bold;
    font-family: sans-serif;
    margin-top: 1.25em; }
  .settings-pane input, .settings-pane select, .settings-pane textarea {
    margin: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    min-width: 25em; }
    .settings-pane input[type=checkbox], .settings-pane select[type=checkbox], .settings-pane textarea[type=checkbox] {
      min-width: initial; }
  .settings-pane button {
    margin: 0.5em;
    margin-left: 1em;
    margin-right: 1em; }
  .settings-pane textarea {
    min-width: 50%;
    height: 20em; }
  .settings-pane .sentences textarea {
    height: 4em; }
  .settings-pane .help {
    margin-left: 1em;
    font-size: 0.9em; }
  .settings-pane table {
    border: 1px solid rgba(28, 94, 129, 0.14);
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    background: #E7F3F3;
    margin-top: 0.25em; }
    .settings-pane table tr:first-of-type th {
      background: rgba(0, 23, 255, 0.04);
      padding: 0.25em;
      padding-left: 0.5em;
      padding-right: 0.5em; }
  .settings-pane .productname {
    display: inline-block;
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px rgba(31, 117, 215, 0.28); }

.themenu {
  margin-top: 2em; }
  .themenu h2 {
    font-size: 1.2em;
    margin-bottom: 0px;
    padding-bottom: 0px; }

.floatfix {
  clear: both; }

/*# sourceMappingURL=main.css.map */
