#logo {
  height: 30px;
  margin-right: 5px;
  transform: translate(0, -3px);
}

.table-striped > thead > tr > th,
.table-striped > tbody > tr > td {
  border-color: #555;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #3b3b3b;
}

.table-striped > tbody > tr:nth-child(even) {
  background-color: #282828;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #3b3b3b;
}

.nav-tabs {
  border-bottom: 1px solid #888;
}

.nav-tabs > li > a:hover {
  border-color: #888 #888 #888;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #3b3b3b;
  border: 1px solid #888;
  border-bottom-color: transparent;
}

.header-low {
  border-bottom: 1px solid #888;
}

.page-header {
  margin-top: 0px;
  text-align: left;
}

.infopage,
.table {
  text-align: left;
}

input,
button,
textarea {
  background-color: #3b3b3b;
  background-color: #3b3b3b;
}

.action {
  cursor: pointer;
}

.mastfoot {
  z-index: 1;
  position:relative;
  margin-right: auto;
  margin-left: auto;
}

.masthead {
  position: static;
}

.push {
  height: 100px;
}

.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

.borderbox {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,1);
          box-shadow: inset 0 0 100px rgba(0,0,0,1);
}

#log {
  padding-left: 3px;
  border: 1px solid #555;
  text-align: left;
  display: inline-block;
  height: 85px;
  width: 50%;
  transform: translate(0, -20px);
  visibility: hidden;
  overflow-y: auto;
}

.oldlog {
  color: #555;
}

.curlog {
  color: #fff;
}

.warning,
.warnlog {
  color: #f00;
}

.content {
  transform: translate(0, -25px);
}

.form-control,
.form-control[readonly] {
  color: #fff;
  background-color: #555;
}

.descfield {
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  line-height: 1.42857;
  padding: 6px 12px;
}

#checkpass,
#checkuser {
  display: inline-block;
  height: 34px;
  vertical-align: middle;
  line-height: 1.42857;
  padding: 6px 12px;
}

.checkimg {
  height: 20px;
}

.col-md-6 {
  text-align: left;
}

.form-send,
.form-login,
.form-register {
  text-align: center;
}

.form-inline {
  width: auto;
  display: inline !important;
}

.centered {
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#userlogin {
  visibility: hidden;
}

.panel,
.panel-title,
.panel-heading,
.panel-body {
  border-color: #888 !important;
  color: #fff;
  text-align: left;
  background-color: #3b3b3b !important;
}

.table-compose > tbody > tr > td {
  padding: 5px;
}

.table-compose {
  width: 100%;
}

.table-compose-desc {
  width: 10%;
}

#checkfield {
  margin-left: 10px;
  display: inline;
  vertical-align: middle;
}

.formbutton,
#fingerprint {
  display: inline;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #888;
  margin: 1em 0; padding: 0;
}

pre {
  border-color: #555;
  background-color: #333;
  color: #fff;
  padding: 5px;

  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.alert-info {
  color: #fff;
  background-color: #3b3b3b;
  border-color: #888;
}

#resultfield {
  float: right;
}

#recipient,
#subject {
  width: 30%;
}

.headerbutton {
  float: right;
  margin-right: 10px;
}

#message {
  height: 250px;
}

.newimg {
  height: 20px;
}

#mail-nav {
  float: right;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #555 0%, #555 100%);
  padding: 5px;
  visibility: hidden;
}

.nav-image {
  height: 20px;
  cursor: pointer;
}

.panel-spacer {
  border-bottom: 1px solid transparent;
  border-color: #888 !important;
}

.checkboxtext {
  display: inline;
  padding: 5px;
}

.attachment {
  margin-right: 5px;
  margin-top: 5px;
}
