﻿/*
GuNa 05.2016
*/

html {
    background: url(Images/bg3.png) repeat center center;
    min-height: 100%;
    background-size: cover;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

body {
    min-height: 100%;
}

main {
    display: block;
    position: relative;
}

footer {
    position: fixed;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: yellow;
    font-weight: 700;
    color: black;
}

#fpCanvas {
    visibility: visible;
}

#ownerPict {
    position: absolute;
    right: 1em;
    top: 0;
    width: 290px;
    padding-top: 20px;
}

#ownerContainer1 {
    position: absolute;
    top: 330px;    
    display: table;
    visibility: hidden;
}

#ownerScreenShots1 {
    display: table-cell;
    vertical-align: middle;
    /*
    border-radius: 5px;
    background-color: #369;
    border: 5px solid white;   
    */
}

#pict11, #pict12, #pict13, #pict21, #pict22, #pict23 {
    padding: 10px;
    width: 135px;
    height: auto;
    border-radius: 5px;
    border: 1px solid black;
    background-color: #369;   
}

#ownerText {
    position: absolute;
    right: 1em;
    top: 0;
    width: 250px;
    padding: 10px;
    cursor: default;
    font-size: 18px;
    /*font-family: Arial, Helvetica, sans-serif;
    font-style: italic;*/
    color: ghostwhite;
    text-align: left;
}

#ownerContainer {
    position: absolute;
    top: 180px;
    display: table;
    /*background-color: chocolate;*/
    cursor: default;
    z-index: 5;
}

#ownerInfo {
    display: table-cell;
    font-size: 0.45px;
    /*font-family: Arial, Helvetica, sans-serif;
    font-style: italic;*/
    color: ghostwhite;
    text-align: center;
    vertical-align: middle;    
}

#ipAddresses {
    position: absolute;
    margin-top: 10px;
    margin-left: 20px;
}

.modal-header {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    background-color: cornflowerblue;
    border-radius:6px
}

#rechteck {
    position: relative;
    top: -5px;
    width: 100%;
    height: 5px;
    background-color: cornflowerblue;
}

.modal-body {
    padding-top: 0px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    color: blue;
}

.navbar {
    min-height: 0px;
    margin-top: 10px;
}

.navbar-nav > li > a {
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dateTime {
    float: right;
    margin-right: 10px;
}

h4 {
    font-size: 10px;
    color: darkslategray;
    /*visibility: hidden;*/
}

li {
    font-size: 14px;
    color: forestgreen;
    /*visibility: hidden;*/
}
