@font-face {
  font-family: Fontin;
  src: url(../font/fontin.otf);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #111;
  color: #A38D6D;
  font-family: Fontin, Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;

  display: flex;
  justify-content: center;
  align-items: center;
}

footer > div {
  margin: 0 0.5rem;
}

a {
  color: #A38D6D;
  text-decoration: underline;
}

a:hover {
  color: #87745A;
}

.github:hover {
  opacity: 0.8;
}

.btn {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid #745A2F;
  border-radius: 2px;
  color: #A38D6D;
}

.btn:hover {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.07);
}

.btn:active {
  background-color: rgba(255, 255, 255, 0.09);
}

.alert-dark > a {
  color: #1b1e21;
}

.tooltip-inner {
  max-width: none;
}

.hidden {
  display: none !important;
}

.anointing {
  border: 3px solid #745A2F;
  border-radius: 2px;
  min-width: 400px;
  max-width: 400px;
}

.boxed img {
  width: 50px;
  height: 50px;
  margin: 2px;
}

.boxed {
  margin: 1rem;
  border: 2px solid #A08C4A;
  background-color: #1A1A1A;
  width: 58px;
  height: 58px;
}

.oil:hover {
  cursor: pointer;
  background-color: #212121;
}

.oil.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.type-select:not(:last-child) {
  margin-right: 1rem;
}

.type-select:hover {
  cursor: pointer;
}

.type-select.faded:hover {
  opacity: 0.8;
}

.faded {
  opacity: 0.5;
}

.oil-select {
  padding: 0 30px;
}

.anointment {
  border: 3px solid #745A2F;
  border-radius: 2px;
  min-width: 350px;
  min-height: 200px;
}

.name {
  color: #EEE;
}

.anointment .description {
  color: #8787FE;
}

label {
  font-weight: bold;
}

input {
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px solid #745A2F;
  border-radius: 2px;
  color: #A38D6D;
  padding: 0 0.2rem;
}

.my-oils > div:not(:last-child) {
  margin-right: 0.5rem;
}

.my-oils img {
  width: 50px;
  height: 50px;
}

.my-oils input {
  width: 55px;
}

.tower-select img {
  margin: 1rem 2rem 0 0;
  border: 2px solid #A08C4A;
  border-radius: 50%;
  background-color: rgba(100, 100, 100, 0.15);
}

.tower-select img:hover {
  background-color: rgba(100, 100, 100, 0.30);
  cursor: pointer;
}

.table-data {
  min-height: 200px;
  max-height: 705px;
  overflow-y: auto;
  border-top: 1px solid #745A2F;
}

.short {
  max-height: 593px;
}

.table {
  color: #A38D6D;
}

.table-bordered td, .table thead th {
  border-color: #745A2F;
}

.table th {
  cursor: pointer;
}

.table th u {
  margin-right: 0.1rem;
}

.table td {
  vertical-align: middle;
}

td.name {
  min-width: 175px;
}

td.description {
  min-width: 400px;
}

td.oils {
  white-space: nowrap;
  text-align: center;
}

td.oils img {
  width: 50px;
  height: 50px;
  margin: 0 0.25rem;
}

img.icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  vertical-align: middle;
}

h3 img.icon {
  margin-right: -0.25rem;
}
