﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@media print {
  .no-print, .no-print * {
    display: none !important; }
  table {
    page-break-inside: auto !important;
    page-break-before: avoid !important; }
  .card {
    border: 0 !important; }
  .shadow {
    box-shadow: none !important; }
  .modal-body {
    width: auto;
    height: auto;
    overflow: visible !important; }
  .navbar {
    height: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important; }
  #sidebar {
    width: 0 !important; }
  #content {
    top: 0 !important;
    width: 100% !important; } }

[v-cloak] {
  display: none; }

html {
  font-size: 14px; }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 50% !important; } }

.btn-outline-order {
  border: solid 1px #17a2b8; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

.alert-success-confirmation {
  color: #155724;
  background-color: #54c99d;
  border-radius: 0.75em; }

.alert-error {
  color: #721c24;
  background-color: #ff5161;
  border-radius: 0.75em; }

/* Badge Status - Submitted*/
.badge-1 {
  color: #6b6b6b;
  background-color: #e2e2e2; }

/* Badge Status - Validated*/
.badge-2 {
  color: white;
  background-color: #28a745; }

/* Badge Status - Queried*/
.badge-3 {
  color: white;
  background-color: #e89f3a; }

/* Badge Status - Revoked*/
.badge-4 {
  color: white;
  background-color: #17a2b8; }

/* Badge Status - Deleted*/
.badge-5 {
  color: white;
  background-color: #e82323; }

.display-1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4; }

.display-2 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4; }

.display-3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4; }

.display-4 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4; }

.display-5 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4; }

.display-5-bld {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2; }

.display-6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem; } }

.success-message {
  padding: 20px;
  color: white;
  vertical-align: middle !important; }
  .success-message span {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5; }

.sending-message {
  padding: 15px;
  color: #808080;
  vertical-align: middle !important; }
  .sending-message span {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2; }

.custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox {
  font-size: 1.1rem !important; }

.emailLinkFormsOptions .custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox {
  font-size: 1.1rem !important;
  margin-bottom: 15px !important; }

.form-check {
  padding-left: 0 !important; }

/*.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}*/
main > .container {
  padding: 80px 15px 0; }

main > .container-fluid {
  padding: 35px 15px 0; }

.footer {
  background-color: #16693e;
  color: white; }

.footer > .container {
  padding-right: 15px;
  padding-left: 15px; }

.validation-summary-valid {
  display: none; }

.input-spinner-position {
  position: absolute;
  right: 5px;
  top: 7px;
  color: #8e8e8e;
  z-index: 50; }

.text-detail-field {
  font-size: 17px;
  color: #969696;
  line-height: 15px; }

.text-detail-value {
  font-size: 17px;
  font-weight: 600;
  color: black; }

.search-link a {
  color: white; }

.search-link a:hover {
  color: #9df79d;
  text-decoration: none; }
