/* Traffic pages CSS style
 *
 * Made by MaPa (Martin Patocka)
 * www.mapik.net
 * mapa@netair.cz
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&display=swap");

html {
  height: 100%;
}
body {
  /* height: 100%;
     */
  /* margin: 0em;
     */
  /* padding: 0em;
     */
  font-family: Jost, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #063676;
  /* background-image: none;
     */
  background-image: url(../images/globus-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  /* opacity: 0.5;
     */
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
table {
  border-collapse: collapse;
  margin-left: 4px;
  margin-top: 0px;
  margin-bottom: 8px;
  color: #063676;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  /* border-radius: 0.4rem;
     */
  /* box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
     */
}
td,
th {
  border: 1px solid #000000;
  font-size: 100%;
  vertical-align: baseline;
}
/* .outline table {
    border: 1px solid #000000;
}
 */
.outline td,
th {
  border: 0px solid #000000;
}
/* .border table {
    border: 1px solid #000000;
}
 */
.border td,
th {
  border: 1px solid #000000;
}
/* .noborder table {
    border: 0px solid #000000;
}
 */
.noborder td,
th {
  border: 0px solid #000000;
}
label {
  display: block;
}
h1,
h2,
h3 {
  font-family: Jost, sans-serif;
  color: #f49500;
}
pre {
  margin: 0px;
  font-family: monospace;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.center table {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.center td,
th {
  text-align: center !important;
  vertical-align: middle;
}
h1 {
  font-size: 150%;
}
h2 {
  font-size: 125%;
}
img {
  border: 0px;
}
/*hr {
    width: 600px;
     background-color: #cccccc;
     border: 0px;
     height: 1px;
     color: #000000;
}
*/
hr {
  border-top: black;
}
a {
  color: #f49500;
  text-decoration: none;
  transition: all 500ms ease;
  border-bottom: 1px solid #dfdfdf;
}
a:hover {
  color: #f49500;
  text-decoration: none;
  border-bottom: 1px solid #f49500;
}
a:visited {
  color: #f49500;
  text-decoration: none;
}
.uptitle {
  background-color: #44bbee;
  font-weight: bold;
  color: #000000;
}
.uptitle td,
th {
  text-align: center;
}
.selected {
  background-color: #063676;
  font-weight: bold;
}
.ping {
  position: relative;
  left: 0px;
  top: 3px;
}
.pingrouter {
  position: relative;
  left: 0px;
  top: 3px;
}
.date_year tr {
  /* background-color: #AAAAAA;
     */
}
.date_year td,
th {
  width: 40px;
  text-align: center;
}
.date_month tr {
  /* background-color: #BBBBBB;
     */
}
.date_month td,
th {
  width: 20px;
  text-align: center;
}
.date_day tr {
  /* background-color: #CCCCCC;
     */
}
.date_day td,
th {
  width: 20px;
  text-align: center;
}
.fred {
  color: #ff0000;
}
.price {
  width: 100px;
  text-align: right;
}
.traffic_report {
  width: 725px;
}
.traffic_report_caption {
  width: 60px;
  text-align: right;
}
.traffic_report_data {
  width: 160px;
  text-align: right;
}
.traffic_report_data_overfup {
  width: 160px;
  color: #ff3300;
  text-align: right;
}
.traffic_report_ip {
  width: 20px;
  text-align: center;
}
.traffic_report_ipx {
  width: 170px;
  text-align: left;
}
.traffic_report_contract {
  width: 100px;
  text-align: center;
}
.title td,
th {
  height: 20px;
  text-align: center;
  background-color: #063676;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.td_login {
  height: 120px;
  width: 200px;
}
.normal_table {
  width: 585px;
}
.menu {
  font-size: 110%;
}
.menu a {
  font-weight: 500;
  line-height: 30px;
}
