@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
*,
body {
  font-family: proxima-nova, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* var(--font-family-sans-serif);*/
  font-weight: 400;
  border-radius: 0 !important;
}

body {
  background-color: #fff;
  opacity: 0.9;
}

.welcome {
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 0.5rem;
}

.card-container.card {
  padding: 25px;
}

@media only screen and (max-width: 600px) {
  .card-container.card {
    border: none;
  }
}
@media only screen and (min-width: 600px) {
  .card-container.card {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
}

.pubprivblock {
  background-color: rgba(155, 211, 221, 0.3);
  border: 1px solid rgba(155, 211, 221);
}

.pubprivblock .form-control-sm {
  height: calc(1em + 0.25rem + 2px);
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.pubprivblock .col-form-label-sm {
  margin-bottom: 0rem;
  padding-top: calc(0.05rem + 1px);
  padding-bottom: calc(0.05rem + 1px);
  font-size: 0.875rem;
  line-height: 1.25;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(155, 211, 221, 0.3) !important;
  border: none !important;
  border: 1px solid rgba(155, 211, 221, 1) !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none !important;
  border-left: 1px solid rgba(155, 211, 221, 1) !important;
  border-bottom: 1px solid rgba(155, 211, 221, 1) !important;
  transition: none;
}

.form-control:focus {
  box-shadow: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 174, 199, 1) !important;
  color: #495057;
}

.input-group:focus-within .input-group-prepend .input-group-text,
.form-control:focus ~ .input-group-append .input-group-text {
  border-bottom: 1px solid rgba(0, 174, 199, 1) !important;
}

.form-control:hover {
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 174, 199, 1) !important;
}

.footer {
  font-size: 75%;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #73b348;
  border-color: #73b348;
  font-weight: bold;
}

.btn-primary:hover {
  color: #fff;
  background-color: #62983d;
  border-color: #62983d;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: rgba(120, 190, 32, 0.3);
  border-color: rgba(120, 190, 32, 0.3);
}
