* {
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.yes {
  color: #459C3E; }

.no {
  color: #A42929; }

.btn {
  cursor: pointer;
  color: #ffffff;
  background-color: #17a888;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 15px;
  display: block;
  width: max-content; }

.btn:hover {
  background-color: #127c64;
  transition: 0.3s; }

.add {
  width: 30%;
  margin: auto; }

.left {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  float: left; }

.right {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  float: right; }

.catalogue {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 8px; }
  .catalogue div {
    width: 100%;
    background-color: #ececec;
    box-sizing: border-box;
    padding: 15px; }
    .catalogue div h5 {
      font-size: 16px;
      color: #17a888; }
    .catalogue div h6 {
      font-size: 14px;
      color: #17a888;
      margin-top: 10px; }

body {
  font-family: sans-serif; }
  body a {
    text-decoration: none; }

form {
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px; }
  form label {
    font-size: 14px;
    margin-top: 15px;
    display: block; }
  form input[type=text], form input[type=email], form input[type=password], form input[type=number], form select {
    width: 100%;
    height: 25px;
    background-color: #ffffff;
    border: solid 1px #4c4c4c;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 10px; }
  form textarea {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    border: solid 1px #4c4c4c;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-top: 10px;
    resize: none;
    font-size: 14px; }
  form input[type=submit] {
    width: 100%;
    border-radius: 5px;
    background-color: #17a888;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 5px 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px; }
  form input[type=submit]:hover {
    background-color: #127c64;
    transition: 0.3s; }

header {
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0; }
  header img {
    float: left;
    padding-top: 9px; }
  header h1 {
    float: left;
    font-size: 18px;
    padding: 13px; }
  header nav {
    float: right;
    display: flex; }
    header nav a {
      padding: 15px 10px;
      font-size: 16px;
      font-weight: bold; }
    header nav a:hover {
      color: #17a888;
      transition: 0.3s; }
  header a {
    color: #ffffff; }

#navBar {
  width: 100%;
  padding: 5px 0;
  background-color: #17a888;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: fixed;
  top: 48px;
  left: 0; }
  #navBar a {
    color: #ffffff;
    padding: 0 20px; }
  #navBar a:hover {
    text-decoration: underline;
    transition: 0.3s; }

main {
  width: 100%;
  padding: 90px 30px 50px 30px;
  box-sizing: border-box;
  font-size: 14px; }
  main h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #17a888;
    margin-bottom: 5px; }
  main h3 {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #17a888; }
  main h4 {
    font-size: 16px;
    color: #17a888;
    font-weight: bold;
    margin: 15px 0 5px 0; }
  main a {
    color: #000000;
    font-size: 14px; }
  main a:hover {
    text-decoration: underline; }
  main table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    font-size: 14px; }
    main table tr:hover {
      background-color: #ececec; }
    main table th, main table td {
      border-top: 1px solid #dee2e6;
      padding: 15px 5px;
      text-align: left; }
      main table th a, main table td a {
        color: #000000; }
      main table th a:hover, main table td a:hover {
        text-decoration: underline; }

footer {
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
  background-color: #ececec;
  color: #4c4c4c;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0; }
  footer #mentions {
    float: left; }
    footer #mentions a {
      font-weight: bold;
      color: #17a888; }
    footer #mentions a:hover {
      text-decoration: underline;
      transition: 0.3s; }
  footer #copyright {
    float: right; }

#bgHome {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }

#boxLogin {
  width: 20%;
  padding: 20px;
  background-color: #ffffff;
  margin: 215px auto 0 auto;
  -moz-box-shadow: 0px 0px 10px 3px #000000;
  -webkit-box-shadow: 0px 0px 10px 3px #000000;
  -o-box-shadow: 0px 0px 10px 3px #000000;
  box-shadow: 0px 0px 10px 3px #000000;
  text-align: center;
  font-size: 16px; }

/*# sourceMappingURL=style.css.map */
