@font-face {
    font-family: menuFont;
    src: url(../fonts/alexander.otf);
}

body {
  font-family: Georgia, serif;
  background: #222222;
  background: url('/images/backgroundl.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#title {
  color: #000000;
   text-shadow:
    -0.3px -0.3px 0 #fff,
    0.3px -0.3px 0 #fff,
    -0.3px 0.3px 0 #fff,
    0.3px 0.3px 0 #fff;
}

.table {
    display: table;
    border-spacing:8px 2px;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.menu {
    margin-bottom: 0px;
}

.Button {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    border: none;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    background: -moz-linear-gradient(#B7C5C7, #262626, #B7C5C7);
    background: -webkit-linear-gradient(#B7C5C7, #262626, #B7C5C7);
    background: linear-gradient(#B7C5C7, #262626, #B7C5C7);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: -0.1px -0.1px 0 #888, 0.1px -0.1px 0 #888, -0.1px 0.1px 0 #888, 0.1px 0.1px 0 #888;
    font-family: menuFont;
    font-weight: normal;
    font-size: 110%;
    letter-spacing: 1.3pt;
}

.Button:hover {
 background: -moz-linear-gradient(#D7E5E7, #464646, #D7E5E7);
 background: -webkit-linear-gradient(#D7E5E7, #464646, #D7E5E7);
 background: linear-gradient(#D7E5E7, #464646, #D7E5E7);
}

.Button:active {
  background: -moz-linear-gradient(#97A5A7, #060606, #97A5A7);
  background: -webkit-linear-gradient(#97A5A7, #060606, #97A5A7);
  background: linear-gradient(#97A5A7, #060606, #97A5A7);
}


.myButton {
 display: table-cell;
 border: none;
 color: white;
 font-weight: bold;
 text-decoration:none;
 padding: 6px;
 background-color: transparent;
  /*background: -moz-linear-gradient(#86b99d, #1b4a30, #86b99d);
  background: -webkit-linear-gradient(#86b99d, #1b4a30, #86b99d);*/
  background: linear-gradient(#88aaaa, #224444, #88aaaa);
 -webkit-border-radius: 10px;
 border-radius: 10px;
 text-shadow:
    -0.1px -0.1px 0 #222,
    0.1px -0.1px 0 #222,
    -0.1px 0.1px 0 #222,
    0.1px 0.1px 0 #222;
}

.myButton:hover {
/* background: -moz-linear-gradient(#9dd1b4, #2e8b57, #9dd1b4);
 background: -webkit-linear-gradient(#9dd1b4, #2e8b57, #9dd1b4);*/
 background: linear-gradient(#aacccc, #224444, #aacccc);
}

.myButton:active {
/*  background: -moz-linear-gradient(#476655, #0f2b1c, #476655);
  background: -webkit-linear-gradient(#476655, #0f2b1c, #476655);*/
  background: linear-gradient(#446666, #0f2f2f, #446666);
}


.box {
    position:static;
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    min-width: 1024px;
    height: auto;
    min-height: 30px;
    padding-top: 1vh;
    padding-left: 0.4vw;
    padding-right: 0.4vw;
    padding-bottom: 0.4vh;
    background-color: rgba(22, 22, 22, 0.45);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}

.box2 {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    height: auto;
    min-height: 30px;
    min-width: 800px;
    padding-top: 1vh;
    padding-bottom: 0.4vh;
    background-color: rgba(220, 220, 220, 0.85);
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}

.box-inner {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
    height: auto;
    min-height: 30px;
    padding-top: 1vh;
    padding-left: 0.4vw;
    padding-right: 0.4vw;
    padding-bottom: 0.4vh;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    text-align: left;
}

.middle {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    min-width: 200px;
    min-height: 100px;
}

.container {
  display: flex;
}
.container > div {
  flex: 1; /*grow*/
}

hr.vertical
{
   position: relative;
   top:-10px;
   width: 0px;
   height: 100%;
} 

.error_404 {
    font-size: 1300%;
    font-weight: bold;
    color: #ee0000;
}

.devices {
    position: relative;
    top: -15px;
    
}

.pdf_icon{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 95%;
    top: 0vw;
    background: url("../images/pdf.png") no-repeat;
    background-size: cover;
    z-index: 1;
}

.csv_icon{
    position: absolute;;
    width: 30px;
    height: 30px;
    left: 90%;
    top: 0vw;
    background: url("../images/csv.png") no-repeat;
    background-size: cover;
    z-index: 1;
}

.nodecor{
    cursor:default;
}

#menu_height{
    height: 15px;
}

#select_height{
    height: 33px;
}

.fields{
    background: #bbbbbb;
}

a.notlink {
    text-decoration: none;
}

.gm{
    position: fixed;
    background: #ff0000;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.inline{
    display:inline;
}
