/**
 * Body CSS
 */

html,
body {
  height: 100%;
  background-image: url('bg.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

html,
body,
input,
textarea,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}


/**
 * Header CSS
 */

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}


header ul.mui-list--inline {
  margin-bottom: 0;
}

header a {
  color: #fff;
}

header table {
  width: 100%;
}

#appbar-more-vert {
    font-size: 24px;
    position: relative;
    display: inline-block;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
	vertical-align: middle;
}

.kronox-mainlogo {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
}
.mui-appbar img {
    height: 30px;
    vertical-align: middle;
}
.kronox-nohpadding {
	padding-left: 0;
	padding-right: 0;
}
.kronox-floatright {
	float: right;
	position: relative;
}
.kronox-floatleft {
	float: left;
	position: relative;
}

.mui-appbar img {
  height: 40px;
}

/**
 * Content CSS
 */

#content-wrapper {
  box-sizing: border-box;
  min-height: 100%;
  margin-bottom: -80px;
  padding-bottom: 80px;
}


/**
 * Footer CSS
 */

footer {
  box-sizing: border-box;
  height: 80px;
  background-color: #eee;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
}

.mui-appbar {
  background-color: black;
}