body {
  background-image: url("/img/background.jpg");
  background-repeat: repeat;
}

.show{
  display: block;
}


#access{
  margin: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  height: 310px;
}

#access table {
  padding-top: 130px;
  margin: auto;
}




#header {
  height: 100px;
  width: 900px;
  margin: auto;
  font-size: 60;
}

#logo{
  float: left;
  padding-top: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

#product_name{
  float: left;
  padding-top: 75px;
  padding-left: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
  -o-user-select:none;
}

#footer{
  height: 25px;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: black;
  color: white;
}

#copyright{
  padding-top: 5px;
  padding-right: 25px;
  float: right;
}

#version{
  padding-top: 5px;
  padding-left: 25px;
  float: left;;
}

#space {
  height: 50px;
}

#main {
  width: 900px;
  height: auto;
  margin: auto;
}

#navi_vertical {
  float: left;
  height: auto;
  width: 120px;
  border-radius: 10px;
  border-style: solid;
  border-color: grey;
  margin-right: 20px;
  background: rgba(30, 70, 150, 0.3);
}

.navi_button{
  margin: 10px;
  border-radius: 10px;
  height: 100px;
  width: 100px;
  background-color: orange;
}

.navi_button a {
  text-decoration: none;
}

.navi_image{
  height: 70px;
  padding-top: 5px;
}




#content{
  min-height: 350px;
  margin-left: 135px;
  border-radius: 10px;
  border-style: solid;
  border-color: grey;
  background: rgba(30, 70, 150, 0.3);
  font-size: 24;
  margin-bottom: 40px;
}


#homepage{
  margin: 15px;
}

#homepage table {
  margin: auto;
}

#homepage td {
  padding-left: 5px;
  padding-top: 3px;
  background: rgba(255, 255, 255, 0.3);
}


#networking{
  margin: 15px;
}

#networking table {
  margin: auto;
}

#networking td {
  padding-left: 5px;
  padding-top: 3px;
  background: rgba(255, 255, 255, 0.3);
}



#clients{
  margin: 10px;
  height: 100px;
}

#current_client{
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 10px;
  width: 720px;
  background: rgba(255, 255, 255, 0.3);
  padding-top: 5px;
  margin-bottom: 10px;
}

#general_client_config{
  margin: 15px;
}

#general_client_config table {
  margin: auto;
}

#general_client_config td {
  padding-left: 5px;
  padding-top: 3px;
  background: rgba(255, 255, 255, 0.3);
}

.clients_buttons a {
  text-decoration: none;
}

.clients_buttons{
  float: left;
  margin-left: 10px;
  border-radius: 10px;
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 255, 0.3);
}

#zabbix_button{
  float: right;
  margin-right: 10px;
}

.client_config{
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 10px;
  width: 720px;
  display: none;
  background: rgba(255, 255, 255, 0.3);
  min-height: 250px;
  padding-top: 5px;
  margin-bottom: 10px;
}


#vmware_config{
  margin: 15px;
}

#vmware_config table {
  margin: auto;
}

#vmware_config td {
  padding-left: 5px;
  padding-top: 3px;
  background: rgba(255, 255, 255, 0.3);
}



#rdp_config{
  margin: 15px;
}

#rdp_config table {
  margin: auto;
}

#rdp_config td {
  padding-left: 5px;
  padding-top: 3px;
  background: rgba(255, 255, 255, 0.3);
}
