html {
  /*font-size: smaller !important;
 font-size: 14px !important;*/
  font-size: smaller !important;
}
.hand {
  cursor: pointer !important;
}
.bottonNav {
  margin-top: -65PX !important;
  float: right !important;
}
.hidden {
  display: none !important;
}
.modal-980 {
  max-width: 98% !important;
}
.modal-950 {
  max-width: 95% !important;
}
.modal-900 {
  max-width: 90% !important;
}
.modal-850 {
  max-width: 85% !important;
}
.modal-750 {
  max-width: 75% !important;
}
.modal-500 {
  max-width: 50% !important;
}
fieldset {}
legend {
  border-bottom: 1px solid #e5e5e5;
  font-size: smaller;
}
.callout {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
.callout-primary {
  border-left-color: #286090;
  border-left-width: 5px;
}
.callout-secondary {
  border-left-color: #748194;
  border-left-width: 5px;
}
.callout-primary.callout-striped-right {
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-right-color: #286090;
  border-right-width: 5px;
}
.callout-success {
  border-left-color: #449d44;
  border-left-width: 5px;
}
.callout-success.callout-striped-right {
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-right-color: #449d44;
  border-right-width: 5px;
}
.callout-info {
  border-left-color: #31b0d5;
  border-left-width: 5px;
}
.callout-info.callout-striped-right {
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-right-color: #31b0d5;
  border-right-width: 5px;
}
.callout-warning {
  border-left-color: #ec971f;
  border-left-width: 5px;
}
.callout-warning.callout-striped-right {
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-right-color: #ec971f;
  border-right-width: 5px;
}
.callout-danger {
  border-left-color: #c9302c;
  border-left-width: 5px;
}
.callout-danger.callout-striped-right {
  border-left-color: #eeeeee;
  border-left-width: 1px;
  border-right-color: #c9302c;
  border-right-width: 5px;
}
.navbar-top-Dash {
  position: sticky;
  top: 0;
  font-size: .8333333333rem;
  font-weight: 600;
  z-index: 1020;
  background-image: none;
  min-height: var(--falcon-top-nav-height);
}
.border-dashed-bottom {
  border-bottom: 1px dashed var(--falcon-border-color) !important;
}
.table-red {
    border-bottom-color: var(--falcon-red);
}
.table-green {
    border-bottom-color: var(--falcon-green);
}
.table-yellow {
    border-bottom-color: var(--falcon-yellow);
}
.table-blue {
    border-bottom-color: var(--falcon-cyan);
}
.table-black {
    border-bottom-color: var(--falcon-black);
}
.table-pedido {
  border-right-width: thin;
  border-color: darkturquoise;
}
.table-nf {
  border-right-width: thin;
  border-color: darkgreen;
}
.table-corte {
  border-right-width: thin;
  border-color: darkred;
}
.min-vh-20 {
  min-height: 20vh !important;
}
.server-font {
    font-size: 10px !important;
}
.server-spinner {
    height: 10px;
    width: 10px;
}