﻿html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
small.small {
  font-size: 13px;
  line-height: 14px;
}
/* bootstrap override */
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
  .table th {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .navbar-nav {
    padding: 15px 0;
  }
  .nav-link {
    margin: 10px;
    padding: 10px 20px !important;
    border: solid 1px rgba(255, 255, 255, 0.3);
  }
}
.navbar {
  background-color: #029 !important;
}
.navbar img {
  max-width: 300px;
}
@media (max-width: 768px) {
  .navbar img {
    max-width: 220px;
  }
}
#navbuttons {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.card {
  margin-bottom: 30px;
}
.card .card-header {
  font-size: 1.2rem;
  color: #fff;
  background-color: #68c;
}
.bg-primary {
  background-color: #68c !important;
}
.form-group {
  margin-bottom: 20px;
}
.btn-primary {
  border-color: #029;
  background-color: #029;
}
.btn-outline-primary {
  border-color: #029;
  color: #029;
}
.text-primary {
  color: #3355cc !important;
}
.btn-light {
  color: #029;
}
/* top (login) */
.mv {
  background-image: url(../images/mv01.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  /*
    height: 800px;
    margin-bottom: 30px;
    */
}
.mv .filter {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.mv img {
  position: relative;
  display: block;
  top: 100px;
  margin: 0 auto;
}
.mv .login {
  position: relative;
  top: 250px;
}
@media (max-width: 768px) {
  .mv img {
    top: 70px;
    width: 80%;
  }
  .mv .login {
    top: 180px;
  }
}
/* product */
.productlist .table {
  margin-bottom: 0;
}
.productlist .table td {
  padding: 5px 0;
}
.footer {
  color: #bbc;
  background-color: #003;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  z-index: -99;
}
.footer a {
  color: #eef;
  text-decoration: none;
}