body {
  background-color: #ffffff;
}

.navbar {
  background-color: #ffffff;
  border-bottom: solid 2px #ffffff;
  height: 54px;
}

.navbar .container-fluid .banner-container .banner-icon {
  float: left;
  background-image: url(../images/monster.png);
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  height: 54px;
  min-width: 61px;
  padding-left: 70px;
}

.navbar .container-fluid .banner-container .banner-title {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  top: 12px;
  font-weight: 700;
}

.panel-heading {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #d1d1d1;
  background-image: linear-gradient(#d1d1d1, #b7b7b7);
  color: #1e1919;
  border-style: none none solid;
  border-color: #cbcaca;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: none;
}

.panel-body {
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}

.form-control {
  color: #495057;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border: none;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.form-control:focus {
  border-bottom: 2px solid #ea4b48;
  color: #495057;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(30, 25, 25, 0.25);
}

.btn {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  text-shadow: 0 1px rgba(0, 0, 0, 0.24);
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-image: linear-gradient(
    to bottom,
    #808080 10%,
    #999 60%,
    #aaa 100%
  );
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  background-color: #1e1919;
  border-color: #1e1919;
}

.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  background-image: linear-gradient(to bottom, #333, #000);
}

.btn-right {
  background-color: #fff;
  background-image: linear-gradient(
    to bottom,
    white 0%,
    #f7f7f7 47%,
    #ededed 100%
  );
  color: #1e1919;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  border-color: #868e96;
}

.btn-right:active,
.btn-right:focus,
.btn-right:hover {
  background-image: linear-gradient(to bottom, #e6e5e5, #d4d3d3);
}

.btn-right:hover {
  color: #1e1919;
  background-color: #727b84;
  border-color: #6c757d;
}
