/* 
    Document   : styles
    Created on : Jul 6, 2013, 1:35:37 AM
    Author     : erik
    Description:
        Purpose of the stylesheet follows.
*/

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #101010;
  color: #c0c0c0;
}

ul {
  list-style-type: none;
}

.large {
  font-size: 80px;
  margin: 0;
}

.medium {
  font-size: 60px;
}

a {
  font-weight: bold;
  color: #a61d1d;
  text-decoration: none;
}

h3 {
  color: #c0c0c0;
  font-size: 12px;
  margin: 0;
}
*:focus {
  outline: none !important;
}

table.wt thead tr {
  background: #252525;
}
table.wt tr:hover {
  background: #202020 !important;
}
table.wt tr:nth-child(even) {
  background: #121212;
}
table.wt tr:nth-child(odd) {
  background: #151515;
}
table.wt th {
  font-weight: 500;
  font-size: 14px;
}
table.wt td {
  font-weight: 500;
  font-size: 13px;
}
table.wt td:first-child {
  text-align: center;
}

table#userdata {
}

td #userdata {
}

dl {
  font-family: inherit;
  font-size: 13px;
}

dl#users dt {
}

dl dt {
  width: 450px;
  float: left;
  clear: both;
  line-height: 12px;
  /*   margin-bottom: -1px;*/
}

dl dd {
  line-height: 20px;
}
input[type="radio"]:checked + label {
  font-weight: bold;
  background: #a61d1d;
}
header h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #353535;
}
#screen {
  height: 75%;
}
#command {
  position: absolute;
  bottom: 30px;
  background: transparent;
  width: 99%;
}

#command h4 {
  font-weight: none;
  padding: 0;
  margin: 0;
}
textarea:focus,
input:focus {
  outline: none;
  border-color: #db2f2f;
  box-shadow: 0 0 10px #db2f2f;
}
#command input {
  width: 100%;
  background: #101010;
  border: 1px solid #202020;
  color: #596275;
  padding: 15px;
  font-size: 23px;
  line-height: 23px;
  margin: 5px 0;
}

.command input:focus,
.command input:hover,
.command input:active,
.command input:selected {
  border: 1px solid #404040;
  background: #252525;
}

.world-pad {
  padding: 1px;
  background: #131313;
  margin: 2px;
}

world {
  font-size: 16px;
  line-height: 16px;
  color: #505050;
  cursor: pointer;
}

.world-alert-blue {
  background-color: rgba(9, 132, 227, 1);
  color: #0a0a0a;
  font-weight: bold;
}
.world-alert-red {
  background-color: rgba(214, 48, 49, 1);
  color: #0a0a0a;
  font-weight: bold;
}

world-change-negative {
  font-size: 16px;
  line-height: 16px;
  color: #778beb;
}
world-change-negative-small {
  font-size: 10px;
  line-height: 12px;
  color: #778beb;
}
world-change-positive {
  font-size: 16px;
  line-height: 16px;
  color: #c44569;
}
world-change-positive-small {
  font-size: 10px;
  line-height: 12px;
  color: #c44569;
}
cmd-type {
  padding: 5px;
}
cmd-description,
cmd-usage-desc {
  color: #909090;
}
cmd-description,
cmd-params {
  display: block;
}
cmd-comment {
  color: #505050 !important;
  padding: 0 10px;
}
cmd-params {
  font-family: "Courier New", Courier, monospace;
  background: #090909;
  color: red;
  padding: 3px;
}

cmd-usage {
  font-family: "Courier New", Courier, monospace;
  background: #151515;
  color: red;
  padding: 3px;
}

syscheck {
  font-size: 18px;
  padding: 5px;
}
syscheck bad {
  color: #942828;
}
syscheck good {
  color: #55efc4;
}
.rot-modal-btn {
  color: #707070;
  background-color: #202020;
  border: 1px solid #252525;
}
.rot-modal .modal-dialog {
  width: 75%;
}
.rot-modal .modal-title {
  float: left;
}
.rot-modal .modal-body {
  padding: 2px;
}
.rot-modal-btn :focus,
.rot-modal-btn :hover,
.rot-modal-btn :visited,
.rot-modal-btn :target,
.rot-modal-btn :active {
  background-color: #202020;
  border: 1px solid #252525;
}

.rot-query-btn :focus,
.rot-query-btn :hover,
.rot-query-btn :visited,
.rot-query-btn :target,
.rot-query-btn :active {
  background-color: #6b2b53;
  border: 1px solid #a3448f;
}
.rot-modal .modal-header {
  border-bottom: 1px solid #202020;
}
.rot-modal .modal-footer {
  border-top: 1px solid #202020;
}
.rot-modal .modal-content {
  background: rgba(0, 0, 0, 0.75);
}
.rot-modal h2 {
  margin: 0;
  padding: 0;
  color: #606060;
  font-size: 20px;
}
system-inactive {
  padding: 5px;
  width: 100%;
  display: block;
  color: #8070cf;
  font-size: 17px;
}
button {
  background: #080808;
  border: 1px solid #202020;
  font-weight: bold;
  padding: 5px 20px;
}

button:hover {
  background: rgba(255, 118, 117, 0.5);
}

input.labelonly {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  color: #ccc;
  background: #141414;
  border: 1px solid #151515;
  padding: 5px 20px;
  border-radius: 6px;
}
input[type="checkbox"]:checked + label {
  color: #ccc;
  background: rgba(232, 67, 147, 0.4);
}

input[type="checkbox"]:hover {
  background: rgba(232, 67, 147, 0.7);
}

.checkbox,
.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  background: url(radio.png) no-repeat;
}
.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial, sans-serif;
  background: url(select.png) no-repeat;
  overflow: hidden;
}

tr.even td {
  background-color: green;
}
tr.odd td {
  background-color: yellow;
}
