#mainbg{
  background-color: #cccccc;
  background-image: linear-gradient(red, blue);
}
#test1{
  width:300px;
  height:300px;
  background:#FDFF00;

}
#test2{
  position:absolute;
  top:50px;
  left: 100px;
  background:#fff;
  width:100px;
  height:100px;
  /*  opacity: 0.5;*/
}
#darkframe{
    background-color:rgba(248,247,216,0.7);
    position:absolute;
    width:100%;
    height:100%;
    z-index:100;
}
:root {
    --map-tiles-filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7);
}

@media (prefers-color-scheme: dark) {
    .map-tiles {
        filter:var(--map-tiles-filter, none);
	}
}
.mapframe{
  padding-right: 0px;
  padding-left: 0px;
  margin-top: -5px;
  z-index: 2;
}

.highlight{
    background:#ff6600;

}
.highlight2{
    background:#B24C1B;

}
.timesheet{
    font-size:11px;
    text-align:center;
}
.shift1{
    background:#EAE2C8 !important;
    padding:2px;
}
.shift2{
    background:#C8E4EA !important;
}
h2{
    margin:0px;

}
.colhover{
    border-left:1px solid #ff0000;
    background:#FDFF00;
    background-color:rgba(253,255,0, 0.5);
}
.colheadhover{
    border-left:1px solid #ff0000;
    background:#FDFF00;
}
.navbar-nav li {
  padding:4px;
}


#selectstyle{
    font-size: 15px;
    border-radius: 5px;
    border: none;
    background: #fff;
    padding-top: 0px;
    text-indent: 2px;
    color: #666;
    -webkit-appearance: none;
}

@media print {
      a[href]:after {
        content: none !important;
      }
}
@media print {
    .highlight{
        background:#ff6600 !important;
    }
}
@media print {
    .highlight2{
        background:#0C8FCE !important;
    }
}
@media print {
   table {
        page-break-after: always;
        page-break-inside: avoid;
    }
}

/*  LOGIN FORM  */
.login-form {
  width: 340px;
    margin: 50px auto;
}
  .login-form form {
    margin-bottom: 15px;
      background: #f7f7f7;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
      padding: 30px;
  }
  .login-form h2 {
      margin: 0 0 15px;
  }
  .form-control, .btn {
      min-height: 38px;
      border-radius: 2px;
  }
  .btn {
      font-size: 15px;
      font-weight: bold;
  }
/*  END LOGIN FORM  */


#statframeoverlay{
  position:absolute;
  display:none;
  top:60px;
  left:45px;
  z-index:1000;
  width:300px;
  height:80%;
  background:#000;
  opacity: 0.85;
  color:#00FF00;
  padding:3px;
  border:1px solid #aeaeae;
  overflow:auto;

}
#walletframeoverlay{
  position:absolute;
  /*display:none;*/
  position: fixed;
  bottom: 0;
  left: 0;
  z-index:1000;
  width:100%;
  height:55px;
  line-height: 1;
  background:#000;
  color:#00FF00;
  padding:3px;
  border:1px solid #aeaeae;
  font-size:12px;

}
#nodeinformation{
  position:absolute;
  display:none;
  top:60px;
  right:45px;
  z-index:1002;
  width:300px;
  height: 80%;
  background:#000;
  opacity: 0.75;
  color:#00FF00;
  padding:3px;
  border:1px solid #aeaeae;
  overflow:auto;

}

#nodeinformation .nav-tabs .nav-link.active {
  background-color: black;
  border-bottom: none;
}

#nodeinformation .nav-tabs .nav-link {
  color: #00FF00;
  border-bottom:1px solid #aeaeae;
}

#nodeinformation .nav-tabs {
  border-bottom: none;
}

.nodeinfo{
  padding:2px;
  border-top: 1px solid #999;
}

.nodebutton {
  margin: 6px;
  border-radius: 15px;
  text-align:center;
}


.closeinventory{
  position:absolute;
  top:2px;
  right:10px;
}

.closestatus{
    position:absolute;
    top:2px;
    right:10px;
}

.toobroken{
  display:block;
  font-size:11px;
  text-align:center;
  background: #ff0000;
  border-top: 1px solid #999;
}
.nodefoot{
  border-bottom: 1px solid #999;
}

.map-layer-toggle-button {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  color: #00FF00;
  border:1px solid #aeaeae;
  font-size:12px;
  width: 60px;
  position: fixed;
  bottom: 10%;
  right: 35px;
  transform: translateX(50%);
  z-index: 100; /* Make sure the button is on top of the map */
}

.go-to-postiion-on-map {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  color: #00FF00;
  border:1px solid #aeaeae;
  font-size:12px;
  width: 60px;
  position: fixed;
  bottom: 20%;
  right: 35px;
  transform: translateX(50%);
  z-index: 100; /* Make sure the button is on top of the map */
}

.hex-status-button {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  color: #00FF00;
  border:1px solid #aeaeae;
  font-size:12px;
  width: 60px;
  position: fixed;
  bottom: 28%;
  right: 35px;
  transform: translateX(50%);
  z-index: 100; /* Make sure the button is on top of the map */

}

.round-button-profile,
.round-button-map,
.round-button-market,
.round-button-inventory {
  width: 60px;
  height: 60px;
  border: 2px solid #aeaeae;
  border-radius: 50%;
  position: fixed;
  right: 35px;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateX(50%);
  z-index: 100; /* Make sure the button is on top of the map */
}

.round-button-profile {
  top: 9%;
}

.round-button-inventory {
  top: 20%;
}

.round-button-map {
  top: 31%;
}

.round-button-market {
  top: 42%;
}





.player-information {
  background:#000;
  color:#00FF00;
  padding:3px;
  border:1px solid #aeaeae;
  overflow:auto;
}

.profile-button {
  margin: 6px;
  border-radius: 15px;
  text-align:center;

}


.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.75);
}

@media (max-width: 768px) {
  .circle {
    width: 50px;
    height: 50px;
  }
}


/* used for leaderboard background */
.gradient-custom {
  /* fallback for old browsers */
  background: #161616;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(51, 51, 51, 1));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(51, 51, 51, 1))
}

.text-brand {
  color: #00FF00!important;
}

/*Color for navbar links*/
.text-link {
  color: #00FF00!important;
}
.text-link:hover, .text-link:active {
  color: #21d400!important;
}

.bg-black {
  background:#000000;
}

.marketframe {
  background-color: rgba(0,0,0,0.75);
  color:#00FF00;
  padding:3px;
  border:1px solid #aeaeae;
  overflow:auto;
}

.returnstatus {
  color: #ff0000;
}

.nodeInfoTable {
  border-collapse: collapse;
  border: 0;
  font-size: 12px;
}
.nodeBad {
  background-color: rgba(100,86,0,0.75);
}
.lowHealth {
  background-color: rgba(100,43,12,1);
}
