body {
  background: black;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  /*max-width: 1400px;*/
  min-width: 700px;
}

.logo {
  width: 100%;
  padding: 2px 2px 6px 2px;
}

.navbar {
  border-radius: 2px;
  /*max-width: 1400px;*/
  min-width: 700px;
  background-color: #303030;
  overflow: hidden;
}

.navbar a {
  float: left;
  min-width: 80px;
  /* padding: 4px; */
  padding: 5px 4px 4px 4px;
  display: block;
  color: rgb(236, 236, 236);
  text-decoration: none;
  font-size: 11px;
  z-index: 9999999;

}
  
.navbar a:hover, .dropdown:hover .dropbtn {
    /* background-color: #000; */
  color: rgb(255, 187, 0);
}
   
.active {
    /* border-bottom: 1px solid red; */
  background-color: #595277;
}

.fas {
 width: 12px;
}
.pleft {
  text-align: left;
  float: left;
  width: 240px;
  height: 18px;
  padding: 0px;
  margin: 8px;
}

.path {
  float: right;
  width: auto;
  /* height: 12px; */
  display: block;
  padding: 5px 8px 4px 4px;
  color: rgb(201, 201, 201);
  text-decoration: none;
  font-size: 11px;
}

.align-center {
  margin: auto;
  margin-top: 40px;
  /* width: 256px; */
  height: 200px;
  float: none;
  width: auto;
}

.content {
  width: 100%;
  overflow: auto;
  padding: 0px;
  margin: auto;
  text-align: left;
  color: whitesmoke;
  font-size: 14px;
}

.content-center {
  width: 60%;
  height: 600px;
  overflow: auto;
  padding: 0px;
  margin: auto;
  text-align: center;
}

.error{
  text-align: center;
  display: block;
  color: rgb(95, 95, 95);
  text-decoration: none;
  font-size: 64px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.copy {
  font-family: Arial, Helvetica, sans-serif;
  width: inherit; /* 100%; */
  text-align: center;
  display: block;
  color: rgb(168, 168, 168);
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  margin: 4px;
  margin-top: 12px;
  bottom: 0;
}
/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  min-width: 80px;
}
  
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 11px;
  border: none;
  outline: none;
  color: white;
  padding: 0px, 0px, 3px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  border-radius: 0px 0px 2px 2px;
  display: none;
  position: absolute;
  background-color: #202020;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 9999999;
}
  
/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: rgb(236, 236, 236);
  padding: 8px 8px;
  text-decoration: none;
  display: block;
  text-align: left;
  min-width: 140px;
}
  
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: inherit;
  /* rgb(116, 85, 116); */
}
  
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.login
{ 
    border: #0786c7 1px solid;
    font-weight: none;
    font-size: 14px;
    color: #dbdbdb;
    font-style: normal;
    background-color: #000000;

}
.txbox
{
    border: #0786c7 1px solid;
    font-weight: normal;
    font-size: 14px;
    color: #e0e0e0;
    font-family: inherit;
    background-color: #252525;
    min-width: 180px;
}

.dlink {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #e0e0e0;
  text-decoration: none;
}

#dtable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border-collapse: collapse;
  width: 100%;
}

#dtable td, #dtable th {
  border: 1px solid whitesmoke;
  padding: 6px;
}

#dtable tr:nth-child(odd){background-color: #242424;}

#dtable tr:hover {background-color: rgb(86, 52, 114);}

#dtable th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-color: rgb(37, 60, 110);
  color: white;
}

.statsheader {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;  
  color: whitesmoke;
  background-color: rgb(37, 60, 110);
  padding: 2px;
  margin: 0px;
  margin-top: 6px;
  height: 12px;
}
.statsheader-xtra {
  background-color: rgb(110, 69, 108);
}

#statstbl {
  font-family: 'Roboto Mono', monospace, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  border-collapse: collapse;
  width: 100%;
  margin-top: 6px;
}

#statstbl td {
  border: 1px solid rgb(68, 68, 68);
  padding: 6px;
}

#statstbl th {
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid whitesmoke;
  padding: 6px;
}

#statstbl tr:nth-child(odd){background-color: #272727;}

#statstbl td:nth-child(2n) { border-right: 1px solid whitesmoke;  }
#statstbl td:first-child { border-left: 1px solid whitesmoke;  }
#statstbl tr:last-child td { border-bottom: 1px solid whitesmoke;  }

#statstbl tr:hover {background-color: rgb(61, 77, 100);}

#statstbl th {
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-color: rgb(82, 84, 90);
  color: white;
}
.cleancell { border-bottom: 0px; }

@media (max-width: 700px) {
  .path {
    display: none;
  }
  .navbar a {
    min-width: 60px;
  }

  .dropdown {
    min-width: 60px;
  }
}
/* 
@media screen and (max-width: 550px) {
  .align-center {
    float: none;
    width: auto;
  }

  .navbar a {
    float: none;
    display: block;
    z-index: 9999999;
  }

  .dropdown {
    float: none;
    display: block;
  }
} */

.tdlinks {
  font-weight: bolder;
  color: #45a9fa;
}
.tdlinks:hover {
  color: #ffcf31;
}

.ftext {
  font-family: inherit;
  font-size: 14px;
  padding: 2px;
  color: #f0f0f0;
  }
.cinput {
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  color: #000;
  background-color: #aeb1b4;
  padding: 3px;
  border: 1px solid rgb(158, 23, 23);
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 4px;
  margin-bottom: 8px;
  position: relative;
}

.cinput:focus {
  outline: 0;
}

p.solid {
  border-style: solid;
  border-color: rgb(255, 225, 0);
  border-width: thin;
  padding: 4px;
  background-color: #643d3d;
}