html {
    background-color: black;
    background-image: linear-gradient(to right, rgba(0,0,0,.6), rgba(0,0,0,.6)),url("https://jarofdirt.info/pwm/public/resources/jarofdirt.png"),linear-gradient(90deg, rgb(0, 0, 0) 0.00%,rgb(0, 0, 0) 100.00%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center bottom, center bottom, center bottom;
    background-attachment: fixed, fixed, fixed;
    background-size: cover;
}

p {
    color: rgba(200,200,200,0.8);
}

#header-warning {
    color: #000000;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
}

#header-page {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

#header-menu, #header-button, #header-page, #header-title, .pwm-icon-home, .pwm-icon-sign-out {
	color: rgba(255,255,255,0.8);
}

.header-button {
	background-color: rgb(41,41,41);
}

#header-title {
    font-size: 18px;
    font-weight: 600;
}

#header {
    width: 100%;
    height: 70px;
    margin: 0;
    background-image: none;
    background-color: rgb(32,32,32);
    color: rgba(255,255,255,0.8);
    filter: alpha(opacity=100);
    opacity: 1;
}

#header-company-logo {
    position: relative;
    float: left;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}

#button-openHeader {
    color: red;
}

#header-username-group,
#header-username {
    text-align: right;
}

.tile {
    width: 165px;
    height: 165px;
}

#centerbody {
    background-color: rgba(32,32,32,1);
    color: rgba(255,255,255,0.8);
    padding: 10px 10px 40px 10px;
    border: 0;
    border-radius: 5px;
    filter: alpha(opacity=80);
}

#footer {
    background-color: transparent;
    color: white;
}

a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.message {
    background-color: inherit;
}

.message-info {
    background-color: #888888;
}

.message-error {
    background-color: #CC0000;
}

.message-success {
    background-color: #00BB00;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table td {
    padding-left: 5px;
}

table td.title {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding-right: 10px;
    background-color: white;
}

table td.key {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    width: 200px;
}

.btn {
    border-radius: 3px;
    background-color: #000000;
    border: 2px solid #FFFFFF;
}

#header-menu-wrapper {
    color: black;
    text-align: right;
}

#header-menu:only-child {
    padding-top: 15px;
}

.tile {
    transition: box-shadow 0.3s, background-color 2.5s;
    background-color: rgba(32,32,32,1);
}

.tile-title {
    color: rgb(255,255,255);
}

.tile:hover {
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 0 white, 0 0 0 0 white, 9px 0 12px -4px #FFFFFF, -9px 0 12px -4px #FFFFFF;
    background-color: rgba(15, 15, 15, 1);
}

.tile-image::before {
    color: white;
    transition: text-shadow 0.3s ease, color 0.3s ease;
}

.tile:hover .tile-image::before {
    text-shadow: 0 0 8px white, 0 0 12px white;
    color: white;
}

.btn-icon::before {
    color: white;
}

.menubutton {
    color: rgba(255,255,255,0.8);
}

.ias-styles-root h3 {
    color: #FFFFFF;
    font-weight: 600;
}

.details-table tr td:first-child {
  color: #FFFFFF;
}

.details-table tr td:nth-child(2) {
  color: #FFFFFF;
}


.ias-styles-root .ias-tile {
    background-color: rgb(52,52,52);
    border: 1px solid transparent;
    border-radius: 6px;
    color: #AAAAAA;
}

.tab-content-pane {
    background: #333333;
}

.dijitButtonNode {
  background: #333333 !important;
}

.tab-container > .label:hover {
    color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-right-color: #FFFFFF;
}
/* modal overlay */
.custom-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
/* modal box */
.custom-modal {
  background: #fff;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  max-width: 360px;
  width: 90%;
  font-family: sans-serif;
}
.custom-modal h2 {
  margin: 0 0 0.5em;
  font-size: 1.1em;
}
.custom-modal input {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  box-sizing: border-box;
}
.custom-modal button {
  padding: 0.4em 0.8em;
  margin-left: 0.5em;
  border: none;
  background: #007cd0;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.custom-modal button:last-child {
  background: #aaa;
}
.custom-modal button:hover {
  opacity: 0.9;
}
